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 amiID,
MachinePool defaultMachinePlatform,
Boolean experimentalPropagateUserTags,
String hostedZone,
String region,
List<ServiceEndpoint> serviceEndpoints,
List<String> subnets,
Map<String,String> userTags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getAmiID() |
MachinePool |
getDefaultMachinePlatform() |
Boolean |
getExperimentalPropagateUserTags() |
String |
getHostedZone() |
String |
getRegion() |
List<ServiceEndpoint> |
getServiceEndpoints() |
List<String> |
getSubnets() |
Map<String,String> |
getUserTags() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAmiID(String amiID) |
void |
setDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
void |
setExperimentalPropagateUserTags(Boolean experimentalPropagateUserTags) |
void |
setHostedZone(String hostedZone) |
void |
setRegion(String region) |
void |
setServiceEndpoints(List<ServiceEndpoint> serviceEndpoints) |
void |
setSubnets(List<String> subnets) |
void |
setUserTags(Map<String,String> userTags) |
public Platform()
public Platform(String amiID, MachinePool defaultMachinePlatform, Boolean experimentalPropagateUserTags, String hostedZone, String region, List<ServiceEndpoint> serviceEndpoints, List<String> subnets, Map<String,String> userTags)
amiID - hostedZone - experimentalPropagateUserTags - defaultMachinePlatform - userTags - subnets - region - serviceEndpoints - public String getAmiID()
public void setAmiID(String amiID)
public MachinePool getDefaultMachinePlatform()
public void setDefaultMachinePlatform(MachinePool defaultMachinePlatform)
public Boolean getExperimentalPropagateUserTags()
public void setExperimentalPropagateUserTags(Boolean experimentalPropagateUserTags)
public String getHostedZone()
public void setHostedZone(String hostedZone)
public String getRegion()
public void setRegion(String region)
public List<ServiceEndpoint> getServiceEndpoints()
public void setServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)
Copyright © 2015–2022 Red Hat. All rights reserved.