public class CreateImageAccelerationServiceRequest extends AbstractModel
Constructor and Description |
---|
CreateImageAccelerationServiceRequest() |
CreateImageAccelerationServiceRequest(CreateImageAccelerationServiceRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getPGroupId()
Get Permission group ID
|
String |
getRegistryId()
Get Instance ID
|
String |
getStorageType()
Get Storage class of the CFS file system to be created.
|
String |
getSubnetId()
Get ID of the subnet where the CFS file system to be created resides
|
TagSpecification |
getTagSpecification()
Get Cloud tag description
|
String |
getVpcId()
Get ID of the VPC where the CFS file system to be created resides
|
String |
getZone()
Get AZ name, such as `ap-beijing-1`.
|
void |
setPGroupId(String PGroupId)
Set Permission group ID
|
void |
setRegistryId(String RegistryId)
Set Instance ID
|
void |
setStorageType(String StorageType)
Set Storage class of the CFS file system to be created.
|
void |
setSubnetId(String SubnetId)
Set ID of the subnet where the CFS file system to be created resides
|
void |
setTagSpecification(TagSpecification TagSpecification)
Set Cloud tag description
|
void |
setVpcId(String VpcId)
Set ID of the VPC where the CFS file system to be created resides
|
void |
setZone(String Zone)
Set AZ name, such as `ap-beijing-1`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateImageAccelerationServiceRequest()
public CreateImageAccelerationServiceRequest(CreateImageAccelerationServiceRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- Instance IDpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- ID of the VPC where the CFS file system to be created residespublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- ID of the subnet where the CFS file system to be created residespublic String getStorageType()
public void setStorageType(String StorageType)
StorageType
- Storage class of the CFS file system to be created. Valid values: SD: Standard; HP: High-Performance.public String getPGroupId()
public void setPGroupId(String PGroupId)
PGroupId
- Permission group IDpublic String getZone()
public void setZone(String Zone)
Zone
- AZ name, such as `ap-beijing-1`. For more information, see the list of regions and AZs in Overview.public TagSpecification getTagSpecification()
public void setTagSpecification(TagSpecification TagSpecification)
TagSpecification
- Cloud tag descriptionCopyright © 2023. All rights reserved.