public static final class DisableCenVbrHealthCheckRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DisableCenVbrHealthCheckRequest |
build() |
DisableCenVbrHealthCheckRequest.Builder |
cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
|
DisableCenVbrHealthCheckRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DisableCenVbrHealthCheckRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DisableCenVbrHealthCheckRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DisableCenVbrHealthCheckRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DisableCenVbrHealthCheckRequest.Builder |
vbrInstanceId(String vbrInstanceId)
The ID of the VBR.
|
DisableCenVbrHealthCheckRequest.Builder |
vbrInstanceOwnerId(Long vbrInstanceOwnerId)
The ID of the Alibaba Cloud account to which the VBR belongs.
|
DisableCenVbrHealthCheckRequest.Builder |
vbrInstanceRegionId(String vbrInstanceRegionId)
The ID of the region where the VBR is deployed.
|
public DisableCenVbrHealthCheckRequest.Builder cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
This parameter is required.
example:cen-sjfoejfghhjgghjghkg****
public DisableCenVbrHealthCheckRequest.Builder ownerAccount(String ownerAccount)
public DisableCenVbrHealthCheckRequest.Builder ownerId(Long ownerId)
public DisableCenVbrHealthCheckRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DisableCenVbrHealthCheckRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DisableCenVbrHealthCheckRequest.Builder vbrInstanceId(String vbrInstanceId)
The ID of the VBR.
This parameter is required.
example:vbr-wz95o9aylj181n5****
public DisableCenVbrHealthCheckRequest.Builder vbrInstanceOwnerId(Long vbrInstanceOwnerId)
The ID of the Alibaba Cloud account to which the VBR belongs.
example:This parameter is required if the VBR and the CEN instance belong to different Alibaba Cloud accounts.
1250123456123456
public DisableCenVbrHealthCheckRequest.Builder vbrInstanceRegionId(String vbrInstanceRegionId)
The ID of the region where the VBR is deployed.
You can call the DescribeChildInstanceRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public DisableCenVbrHealthCheckRequest build()
Copyright © 2025. All rights reserved.