Class OpenStackPlatformStatusFluent<A extends OpenStackPlatformStatusFluent<A>>

    • Constructor Detail

      • OpenStackPlatformStatusFluent

        public OpenStackPlatformStatusFluent()
    • Method Detail

      • getApiServerInternalIP

        public String getApiServerInternalIP()
      • withApiServerInternalIP

        public A withApiServerInternalIP​(String apiServerInternalIP)
      • hasApiServerInternalIP

        public boolean hasApiServerInternalIP()
      • addToApiServerInternalIPs

        public A addToApiServerInternalIPs​(int index,
                                           String item)
      • setToApiServerInternalIPs

        public A setToApiServerInternalIPs​(int index,
                                           String item)
      • addToApiServerInternalIPs

        public A addToApiServerInternalIPs​(String... items)
      • addAllToApiServerInternalIPs

        public A addAllToApiServerInternalIPs​(Collection<String> items)
      • removeFromApiServerInternalIPs

        public A removeFromApiServerInternalIPs​(String... items)
      • removeAllFromApiServerInternalIPs

        public A removeAllFromApiServerInternalIPs​(Collection<String> items)
      • getApiServerInternalIPs

        public List<String> getApiServerInternalIPs()
      • getApiServerInternalIP

        public String getApiServerInternalIP​(int index)
      • getFirstApiServerInternalIP

        public String getFirstApiServerInternalIP()
      • getLastApiServerInternalIP

        public String getLastApiServerInternalIP()
      • getMatchingApiServerInternalIP

        public String getMatchingApiServerInternalIP​(Predicate<String> predicate)
      • hasMatchingApiServerInternalIP

        public boolean hasMatchingApiServerInternalIP​(Predicate<String> predicate)
      • withApiServerInternalIPs

        public A withApiServerInternalIPs​(List<String> apiServerInternalIPs)
      • withApiServerInternalIPs

        public A withApiServerInternalIPs​(String... apiServerInternalIPs)
      • hasApiServerInternalIPs

        public boolean hasApiServerInternalIPs()
      • getCloudName

        public String getCloudName()
      • withCloudName

        public A withCloudName​(String cloudName)
      • hasCloudName

        public boolean hasCloudName()
      • getIngressIP

        public String getIngressIP()
      • withIngressIP

        public A withIngressIP​(String ingressIP)
      • hasIngressIP

        public boolean hasIngressIP()
      • addToIngressIPs

        public A addToIngressIPs​(int index,
                                 String item)
      • setToIngressIPs

        public A setToIngressIPs​(int index,
                                 String item)
      • addToIngressIPs

        public A addToIngressIPs​(String... items)
      • removeFromIngressIPs

        public A removeFromIngressIPs​(String... items)
      • removeAllFromIngressIPs

        public A removeAllFromIngressIPs​(Collection<String> items)
      • getIngressIPs

        public List<String> getIngressIPs()
      • getIngressIP

        public String getIngressIP​(int index)
      • getFirstIngressIP

        public String getFirstIngressIP()
      • getLastIngressIP

        public String getLastIngressIP()
      • hasMatchingIngressIP

        public boolean hasMatchingIngressIP​(Predicate<String> predicate)
      • withIngressIPs

        public A withIngressIPs​(List<String> ingressIPs)
      • withIngressIPs

        public A withIngressIPs​(String... ingressIPs)
      • hasIngressIPs

        public boolean hasIngressIPs()
      • hasLoadBalancer

        public boolean hasLoadBalancer()
      • withNewLoadBalancer

        public A withNewLoadBalancer​(String type)
      • addToMachineNetworks

        public A addToMachineNetworks​(int index,
                                      String item)
      • setToMachineNetworks

        public A setToMachineNetworks​(int index,
                                      String item)
      • addToMachineNetworks

        public A addToMachineNetworks​(String... items)
      • addAllToMachineNetworks

        public A addAllToMachineNetworks​(Collection<String> items)
      • removeFromMachineNetworks

        public A removeFromMachineNetworks​(String... items)
      • removeAllFromMachineNetworks

        public A removeAllFromMachineNetworks​(Collection<String> items)
      • getMachineNetworks

        public List<String> getMachineNetworks()
      • getMachineNetwork

        public String getMachineNetwork​(int index)
      • getFirstMachineNetwork

        public String getFirstMachineNetwork()
      • getLastMachineNetwork

        public String getLastMachineNetwork()
      • hasMatchingMachineNetwork

        public boolean hasMatchingMachineNetwork​(Predicate<String> predicate)
      • withMachineNetworks

        public A withMachineNetworks​(List<String> machineNetworks)
      • withMachineNetworks

        public A withMachineNetworks​(String... machineNetworks)
      • hasMachineNetworks

        public boolean hasMachineNetworks()
      • getNodeDNSIP

        public String getNodeDNSIP()
      • withNodeDNSIP

        public A withNodeDNSIP​(String nodeDNSIP)
      • hasNodeDNSIP

        public boolean hasNodeDNSIP()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()