public static final class ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder |
assetSubType(Integer assetSubType)
Subtype of the cloud product.
|
ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder |
assetType(Integer assetType)
The type of the cloud asset.
|
ListCloudAssetSchemasResponseBody.CloudAssetSchemas |
build() |
ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder |
dataName(String dataName)
Asset structure definition name
example:
ACS_ECS_Disk
|
ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder |
properties(String properties)
Current asset structure definition text.
|
ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder |
vendor(Integer vendor)
The source of the server.
|
public ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder assetSubType(Integer assetSubType)
Subtype of the cloud product.
example:1
public ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder assetType(Integer assetType)
The type of the cloud asset. Valid values:
0
public ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder dataName(String dataName)
Asset structure definition name
example:ACS_ECS_Disk
public ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder properties(String properties)
Current asset structure definition text.
example:[{"associatedData":[{"assetSubType":100,"assetType":0,"dataName":"ACS_ECS_Instance","properties":[{"name":"InstanceId","path":"InstanceId"}],"vendor":0}],"description":"The ID of the instance to which the disk is attached.","example":"i-bp67acfmxazb4q****","name":"InstanceId","type":"STRING","withAssociatedData":true},{"description":"Disk name","example":"testDiskName","name":"DiskName","type":"STRING"},{"description":"Only encrypted disks","example":"false","name":"Encrypted","type":"BOOLEAN"},{"description":"Disk status","example":"In_use","name":"Status","type":"STRING"},{"description":"Disk category","example":"cloud_ssd","name":"Category","type":"STRING"},{"description":"Disk type","example":"system","name":"Type","type":"STRING"},{"description":"Specifies whether to set an automatic snapshot policy for the disk.","example":"false","name":"EnableAutomatedSnapshotPolicy","type":"BOOLEAN"},{"description":"The ID of the automatic snapshot policy.","example":"sp-bp67acfmxazb4p****","name":"AutoSnapshotPolicyId","type":"STRING"},{"description":"Disk, local disk, or elastic ephemeral disk ID","example":"d-bp18um4r4f2fve24****","name":"DiskId","type":"STRING"}]
public ListCloudAssetSchemasResponseBody.CloudAssetSchemas.Builder vendor(Integer vendor)
The source of the server. Valid values:
0
public ListCloudAssetSchemasResponseBody.CloudAssetSchemas build()
Copyright © 2026. All rights reserved.