public interface PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformFluent.DefaultMachinePlatformNested<N> |
String getApiVIP()
Boolean hasApiVIP()
String getCluster()
Boolean hasCluster()
String getClusterOSImage()
Boolean hasClusterOSImage()
String getDatacenter()
Boolean hasDatacenter()
String getDefaultDatastore()
Boolean hasDefaultDatastore()
@Deprecated MachinePool getDefaultMachinePlatform()
MachinePool buildDefaultMachinePlatform()
A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
Boolean hasDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
String getDiskType()
Boolean hasDiskType()
String getFolder()
Boolean hasFolder()
String getIngressVIP()
Boolean hasIngressVIP()
String getNetwork()
Boolean hasNetwork()
String getPassword()
Boolean hasPassword()
String getResourcePool()
Boolean hasResourcePool()
String getUsername()
Boolean hasUsername()
String getVCenter()
Boolean hasVCenter()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.