public static class RunInstancesRequest.SystemDisk extends Object
构造器和说明 |
---|
SystemDisk() |
限定符和类型 | 方法和说明 |
---|---|
Boolean |
getBurstingEnabled() |
String |
getEncryptAlgorithm() |
String |
getEncrypted() |
String |
getKMSKeyId() |
Long |
getProvisionedIops() |
String |
getStorageClusterId() |
void |
setBurstingEnabled(Boolean burstingEnabled) |
void |
setEncryptAlgorithm(String encryptAlgorithm) |
void |
setEncrypted(String encrypted) |
void |
setKMSKeyId(String kMSKeyId) |
void |
setProvisionedIops(Long provisionedIops) |
void |
setStorageClusterId(String storageClusterId) |
public String getStorageClusterId()
public void setStorageClusterId(String storageClusterId)
public Long getProvisionedIops()
public void setProvisionedIops(Long provisionedIops)
public Boolean getBurstingEnabled()
public void setBurstingEnabled(Boolean burstingEnabled)
public String getEncrypted()
public void setEncrypted(String encrypted)
public String getKMSKeyId()
public void setKMSKeyId(String kMSKeyId)
public String getEncryptAlgorithm()
public void setEncryptAlgorithm(String encryptAlgorithm)
Copyright © 2023. All Rights Reserved.