public static final class DescribeCensResponseBody.Cen.Builder extends Object
public DescribeCensResponseBody.Cen.Builder cenBandwidthPackageIds(DescribeCensResponseBody.CenBandwidthPackageIds cenBandwidthPackageIds)
The IDs of the bandwidth plans that are associated with the CEN instance.
public DescribeCensResponseBody.Cen.Builder cenId(String cenId)
The CEN instance ID.
example:cen-0xyeagctz5sfg9****
public DescribeCensResponseBody.Cen.Builder creationTime(String creationTime)
The time when the CEN instance was created.
The time follows the ISO8601 standard in the YYYY-MM-DDThh:mmZ
format. The time is displayed in UTC.
2019-10-22T07:44Z
public DescribeCensResponseBody.Cen.Builder description(String description)
The description of the CEN instance.
example:desctest
public DescribeCensResponseBody.Cen.Builder ipv6Level(String ipv6Level)
Indicates whether IPv6 is enabled for the CEN instance.
DISABLED
public DescribeCensResponseBody.Cen.Builder name(String name)
The CEN instance name.
example:nametest
public DescribeCensResponseBody.Cen.Builder protectionLevel(String protectionLevel)
The level of CIDR block overlapping.
REDUCED: Overlapped CIDR blocks are allowed. This value specifies that CIDR blocks can overlap but CIDR blocks cannot be duplicates.
example:REDUCED
public DescribeCensResponseBody.Cen.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the CEN instance belongs.
example:rg-acfm3unpnuw****
public DescribeCensResponseBody.Cen.Builder status(String status)
The status of the CEN instance.
Active
public DescribeCensResponseBody.Cen.Builder tags(DescribeCensResponseBody.Tags tags)
The IDs of the tags that are added to the CEN instance.
public DescribeCensResponseBody.Cen build()
Copyright © 2025. All rights reserved.