public static final class DetachCenChildInstanceRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DetachCenChildInstanceRequest |
build() |
DetachCenChildInstanceRequest.Builder |
cenId(String cenId)
The ID of the CEN instance.
|
DetachCenChildInstanceRequest.Builder |
cenOwnerId(Long cenOwnerId)
The ID of the Alibaba Cloud account to which the CEN instance belongs.
|
DetachCenChildInstanceRequest.Builder |
childInstanceId(String childInstanceId)
The ID of the network instance that you want to detach from the CEN instance.
|
DetachCenChildInstanceRequest.Builder |
childInstanceOwnerId(Long childInstanceOwnerId)
The ID of the Alibaba Cloud account to which the network instance belongs.
|
DetachCenChildInstanceRequest.Builder |
childInstanceRegionId(String childInstanceRegionId)
The ID of the region where the network instance is deployed.
|
DetachCenChildInstanceRequest.Builder |
childInstanceType(String childInstanceType)
The type of the network instance.
|
DetachCenChildInstanceRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DetachCenChildInstanceRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DetachCenChildInstanceRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DetachCenChildInstanceRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DetachCenChildInstanceRequest.Builder cenId(String cenId)
The ID of the CEN instance.
This parameter is required.
example:cen-7qthudw0ll6jmx****
public DetachCenChildInstanceRequest.Builder cenOwnerId(Long cenOwnerId)
The ID of the Alibaba Cloud account to which the CEN instance belongs.
example:1688000000000000
public DetachCenChildInstanceRequest.Builder childInstanceId(String childInstanceId)
The ID of the network instance that you want to detach from the CEN instance.
This parameter is required.
example:vpc-bp18sth14qii3pnvx****
public DetachCenChildInstanceRequest.Builder childInstanceOwnerId(Long childInstanceOwnerId)
The ID of the Alibaba Cloud account to which the network instance belongs.
example:1699000000000000
public DetachCenChildInstanceRequest.Builder childInstanceRegionId(String childInstanceRegionId)
The ID of the region where the network instance is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public DetachCenChildInstanceRequest.Builder childInstanceType(String childInstanceType)
The type of the network instance. Valid values:
This parameter is required.
example:VPC
public DetachCenChildInstanceRequest.Builder ownerAccount(String ownerAccount)
public DetachCenChildInstanceRequest.Builder ownerId(Long ownerId)
public DetachCenChildInstanceRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DetachCenChildInstanceRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DetachCenChildInstanceRequest build()
Copyright © 2025. All rights reserved.