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