public class OSDisk extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
OSDisk()
No args constructor for use in serialization
|
OSDisk(Long diskSizeGB,
String diskType,
EncryptionKeyReference encryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Long |
getDiskSizeGB() |
String |
getDiskType() |
EncryptionKeyReference |
getEncryptionKey() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDiskSizeGB(Long diskSizeGB) |
void |
setDiskType(String diskType) |
void |
setEncryptionKey(EncryptionKeyReference encryptionKey) |
public OSDisk()
public OSDisk(Long diskSizeGB, String diskType, EncryptionKeyReference encryptionKey)
diskType - encryptionKey - diskSizeGB - public Long getDiskSizeGB()
public void setDiskSizeGB(Long diskSizeGB)
public String getDiskType()
public void setDiskType(String diskType)
public EncryptionKeyReference getEncryptionKey()
public void setEncryptionKey(EncryptionKeyReference encryptionKey)
Copyright © 2015–2023 Red Hat. All rights reserved.