public class Platform extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Platform()
No args constructor for use in serialization
|
Platform(String uri,
MachinePool defaultMachinePlatform,
Network network) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
MachinePool |
getDefaultMachinePlatform() |
Network |
getNetwork() |
String |
getUri() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
void |
setNetwork(Network network) |
void |
setUri(String uri) |
public Platform()
public Platform(String uri, MachinePool defaultMachinePlatform, Network network)
defaultMachinePlatform - uri - network - public String getUri()
public void setUri(String uri)
public MachinePool getDefaultMachinePlatform()
public void setDefaultMachinePlatform(MachinePool defaultMachinePlatform)
public Network getNetwork()
public void setNetwork(Network network)
Copyright © 2015–2022 Red Hat. All rights reserved.