public static final class AllocatePublicIpAddressRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
AllocatePublicIpAddressRequest |
build() |
AllocatePublicIpAddressRequest.Builder |
instanceId(String instanceId)
The ID of the instance to which you want to assign a public IP address.
|
AllocatePublicIpAddressRequest.Builder |
ipAddress(String ipAddress)
The public IP address.
|
AllocatePublicIpAddressRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
AllocatePublicIpAddressRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
AllocatePublicIpAddressRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
AllocatePublicIpAddressRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
AllocatePublicIpAddressRequest.Builder |
sourceRegionId(String sourceRegionId)
SourceRegionId.
|
AllocatePublicIpAddressRequest.Builder |
vlanId(String vlanId)
The virtual LAN (VLAN) ID of the instance.
|
public AllocatePublicIpAddressRequest.Builder sourceRegionId(String sourceRegionId)
public AllocatePublicIpAddressRequest.Builder instanceId(String instanceId)
public AllocatePublicIpAddressRequest.Builder ipAddress(String ipAddress)
public AllocatePublicIpAddressRequest.Builder ownerAccount(String ownerAccount)
public AllocatePublicIpAddressRequest.Builder ownerId(Long ownerId)
public AllocatePublicIpAddressRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AllocatePublicIpAddressRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AllocatePublicIpAddressRequest.Builder vlanId(String vlanId)
> This parameter will be removed in the future. To ensure future compatibility, we recommend that you use other parameters.
public AllocatePublicIpAddressRequest build()
Copyright © 2024. All rights reserved.