public class PlatformFluentImpl<A extends PlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PlatformFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformFluentImpl.DefaultMachinePlatformNestedImpl<N> |
class |
PlatformFluentImpl.HostsNestedImpl<N> |
PlatformFluent.DefaultMachinePlatformNested<N>, PlatformFluent.HostsNested<N>| Constructor and Description |
|---|
PlatformFluentImpl() |
PlatformFluentImpl(Platform instance) |
public PlatformFluentImpl()
public PlatformFluentImpl(Platform instance)
public String getApiVIP()
getApiVIP in interface PlatformFluent<A extends PlatformFluent<A>>public A withApiVIP(String apiVIP)
withApiVIP in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasApiVIP()
hasApiVIP in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewApiVIP(String arg0)
withNewApiVIP in interface PlatformFluent<A extends PlatformFluent<A>>public String getBootstrapOSImage()
getBootstrapOSImage in interface PlatformFluent<A extends PlatformFluent<A>>public A withBootstrapOSImage(String bootstrapOSImage)
withBootstrapOSImage in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasBootstrapOSImage()
hasBootstrapOSImage in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewBootstrapOSImage(String arg0)
withNewBootstrapOSImage in interface PlatformFluent<A extends PlatformFluent<A>>public String getBootstrapProvisioningIP()
getBootstrapProvisioningIP in interface PlatformFluent<A extends PlatformFluent<A>>public A withBootstrapProvisioningIP(String bootstrapProvisioningIP)
withBootstrapProvisioningIP in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasBootstrapProvisioningIP()
hasBootstrapProvisioningIP in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewBootstrapProvisioningIP(String arg0)
withNewBootstrapProvisioningIP in interface PlatformFluent<A extends PlatformFluent<A>>public String getClusterOSImage()
getClusterOSImage in interface PlatformFluent<A extends PlatformFluent<A>>public A withClusterOSImage(String clusterOSImage)
withClusterOSImage in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasClusterOSImage()
hasClusterOSImage in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewClusterOSImage(String arg0)
withNewClusterOSImage in interface PlatformFluent<A extends PlatformFluent<A>>public String getClusterProvisioningIP()
getClusterProvisioningIP in interface PlatformFluent<A extends PlatformFluent<A>>public A withClusterProvisioningIP(String clusterProvisioningIP)
withClusterProvisioningIP in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasClusterProvisioningIP()
hasClusterProvisioningIP in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewClusterProvisioningIP(String arg0)
withNewClusterProvisioningIP in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public MachinePool getDefaultMachinePlatform()
getDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public MachinePool buildDefaultMachinePlatform()
buildDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
withDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasDefaultMachinePlatform()
hasDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
withNewDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
withNewDefaultMachinePlatformLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
editDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
editOrNewDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
editOrNewDefaultMachinePlatformLike in interface PlatformFluent<A extends PlatformFluent<A>>public String getExternalBridge()
getExternalBridge in interface PlatformFluent<A extends PlatformFluent<A>>public A withExternalBridge(String externalBridge)
withExternalBridge in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasExternalBridge()
hasExternalBridge in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewExternalBridge(String arg0)
withNewExternalBridge in interface PlatformFluent<A extends PlatformFluent<A>>public String getExternalMACAddress()
getExternalMACAddress in interface PlatformFluent<A extends PlatformFluent<A>>public A withExternalMACAddress(String externalMACAddress)
withExternalMACAddress in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasExternalMACAddress()
hasExternalMACAddress in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewExternalMACAddress(String arg0)
withNewExternalMACAddress in interface PlatformFluent<A extends PlatformFluent<A>>public A addToHosts(Integer index, Host item)
addToHosts in interface PlatformFluent<A extends PlatformFluent<A>>public A setToHosts(Integer index, Host item)
setToHosts in interface PlatformFluent<A extends PlatformFluent<A>>public A addToHosts(Host... items)
addToHosts in interface PlatformFluent<A extends PlatformFluent<A>>public A addAllToHosts(Collection<Host> items)
addAllToHosts in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromHosts(Host... items)
removeFromHosts in interface PlatformFluent<A extends PlatformFluent<A>>public A removeAllFromHosts(Collection<Host> items)
removeAllFromHosts in interface PlatformFluent<A extends PlatformFluent<A>>public A removeMatchingFromHosts(Predicate<HostBuilder> predicate)
removeMatchingFromHosts in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public List<Host> getHosts()
getHosts in interface PlatformFluent<A extends PlatformFluent<A>>public List<Host> buildHosts()
buildHosts in interface PlatformFluent<A extends PlatformFluent<A>>public Host buildHost(Integer index)
buildHost in interface PlatformFluent<A extends PlatformFluent<A>>public Host buildFirstHost()
buildFirstHost in interface PlatformFluent<A extends PlatformFluent<A>>public Host buildLastHost()
buildLastHost in interface PlatformFluent<A extends PlatformFluent<A>>public Host buildMatchingHost(Predicate<HostBuilder> predicate)
buildMatchingHost in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasMatchingHost(Predicate<HostBuilder> predicate)
hasMatchingHost in interface PlatformFluent<A extends PlatformFluent<A>>public A withHosts(List<Host> hosts)
withHosts in interface PlatformFluent<A extends PlatformFluent<A>>public A withHosts(Host... hosts)
withHosts in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasHosts()
hasHosts in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.HostsNested<A> addNewHost()
addNewHost in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.HostsNested<A> addNewHostLike(Host item)
addNewHostLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.HostsNested<A> setNewHostLike(Integer index, Host item)
setNewHostLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.HostsNested<A> editHost(Integer index)
editHost in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.HostsNested<A> editFirstHost()
editFirstHost in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.HostsNested<A> editLastHost()
editLastHost in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.HostsNested<A> editMatchingHost(Predicate<HostBuilder> predicate)
editMatchingHost in interface PlatformFluent<A extends PlatformFluent<A>>public String getIngressVIP()
getIngressVIP in interface PlatformFluent<A extends PlatformFluent<A>>public A withIngressVIP(String ingressVIP)
withIngressVIP in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasIngressVIP()
hasIngressVIP in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewIngressVIP(String arg0)
withNewIngressVIP in interface PlatformFluent<A extends PlatformFluent<A>>public String getLibvirtURI()
getLibvirtURI in interface PlatformFluent<A extends PlatformFluent<A>>public A withLibvirtURI(String libvirtURI)
withLibvirtURI in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasLibvirtURI()
hasLibvirtURI in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewLibvirtURI(String arg0)
withNewLibvirtURI in interface PlatformFluent<A extends PlatformFluent<A>>public String getProvisioningBridge()
getProvisioningBridge in interface PlatformFluent<A extends PlatformFluent<A>>public A withProvisioningBridge(String provisioningBridge)
withProvisioningBridge in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasProvisioningBridge()
hasProvisioningBridge in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewProvisioningBridge(String arg0)
withNewProvisioningBridge in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean getProvisioningDHCPExternal()
getProvisioningDHCPExternal in interface PlatformFluent<A extends PlatformFluent<A>>public A withProvisioningDHCPExternal(Boolean provisioningDHCPExternal)
withProvisioningDHCPExternal in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasProvisioningDHCPExternal()
hasProvisioningDHCPExternal in interface PlatformFluent<A extends PlatformFluent<A>>public String getProvisioningDHCPRange()
getProvisioningDHCPRange in interface PlatformFluent<A extends PlatformFluent<A>>public A withProvisioningDHCPRange(String provisioningDHCPRange)
withProvisioningDHCPRange in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasProvisioningDHCPRange()
hasProvisioningDHCPRange in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewProvisioningDHCPRange(String arg0)
withNewProvisioningDHCPRange in interface PlatformFluent<A extends PlatformFluent<A>>public String getProvisioningHostIP()
getProvisioningHostIP in interface PlatformFluent<A extends PlatformFluent<A>>public A withProvisioningHostIP(String provisioningHostIP)
withProvisioningHostIP in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasProvisioningHostIP()
hasProvisioningHostIP in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewProvisioningHostIP(String arg0)
withNewProvisioningHostIP in interface PlatformFluent<A extends PlatformFluent<A>>public String getProvisioningMACAddress()
getProvisioningMACAddress in interface PlatformFluent<A extends PlatformFluent<A>>public A withProvisioningMACAddress(String provisioningMACAddress)
withProvisioningMACAddress in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasProvisioningMACAddress()
hasProvisioningMACAddress in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewProvisioningMACAddress(String arg0)
withNewProvisioningMACAddress in interface PlatformFluent<A extends PlatformFluent<A>>public String getProvisioningNetwork()
getProvisioningNetwork in interface PlatformFluent<A extends PlatformFluent<A>>public A withProvisioningNetwork(String provisioningNetwork)
withProvisioningNetwork in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasProvisioningNetwork()
hasProvisioningNetwork in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewProvisioningNetwork(String arg0)
withNewProvisioningNetwork in interface PlatformFluent<A extends PlatformFluent<A>>public String getProvisioningNetworkCIDR()
getProvisioningNetworkCIDR in interface PlatformFluent<A extends PlatformFluent<A>>public A withProvisioningNetworkCIDR(String provisioningNetworkCIDR)
withProvisioningNetworkCIDR in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasProvisioningNetworkCIDR()
hasProvisioningNetworkCIDR in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewProvisioningNetworkCIDR(String arg0)
withNewProvisioningNetworkCIDR in interface PlatformFluent<A extends PlatformFluent<A>>public String getProvisioningNetworkInterface()
getProvisioningNetworkInterface in interface PlatformFluent<A extends PlatformFluent<A>>public A withProvisioningNetworkInterface(String provisioningNetworkInterface)
withProvisioningNetworkInterface in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasProvisioningNetworkInterface()
hasProvisioningNetworkInterface in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public A withNewProvisioningNetworkInterface(String arg0)
withNewProvisioningNetworkInterface in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.