public static final class CreateInstanceRequest.VpcInfo.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateInstanceRequest.VpcInfo |
build() |
CreateInstanceRequest.VpcInfo.Builder |
securityGroupIds(String securityGroupIds)
The ID of the security group to which the instance belongs.
|
CreateInstanceRequest.VpcInfo.Builder |
vpcId(String vpcId)
The ID of the VPC in which you want to deploy the instance.
|
CreateInstanceRequest.VpcInfo.Builder |
vSwitches(List<CreateInstanceRequest.VSwitches> vSwitches)
The vSwitches.
|
CreateInstanceRequest.VpcInfo.Builder |
vSwitchId(String vSwitchId)
The ID of the vSwitch with which you want to associate the instance, If there are multiple vSwitchs, please concatenate them using the "|" character.
|
public CreateInstanceRequest.VpcInfo.Builder securityGroupIds(String securityGroupIds)
public CreateInstanceRequest.VpcInfo.Builder vSwitchId(String vSwitchId)
> After an ApsaraMQ for RocketMQ instance is created, you cannot change the vSwitch with which the instance is associated. If you want to change the vSwitch with which the instance is associated, you must release the instance and purchase a new instance.
public CreateInstanceRequest.VpcInfo.Builder vSwitches(List<CreateInstanceRequest.VSwitches> vSwitches)
public CreateInstanceRequest.VpcInfo.Builder vpcId(String vpcId)
> After an ApsaraMQ for RocketMQ instance is created, you cannot change the VPC in which the instance is deployed. If you want to change the VPC in which the instance is deployed, you must release the instance and create a new instance.
public CreateInstanceRequest.VpcInfo build()
Copyright © 2024. All rights reserved.