Class VSpherePlatformTopologyFluent<A extends VSpherePlatformTopologyFluent<A>>

    • Constructor Detail

      • VSpherePlatformTopologyFluent

        public VSpherePlatformTopologyFluent()
    • Method Detail

      • getComputeCluster

        public String getComputeCluster()
      • withComputeCluster

        public A withComputeCluster​(String computeCluster)
      • hasComputeCluster

        public boolean hasComputeCluster()
      • getDatacenter

        public String getDatacenter()
      • withDatacenter

        public A withDatacenter​(String datacenter)
      • hasDatacenter

        public boolean hasDatacenter()
      • getDatastore

        public String getDatastore()
      • withDatastore

        public A withDatastore​(String datastore)
      • hasDatastore

        public boolean hasDatastore()
      • getFolder

        public String getFolder()
      • withFolder

        public A withFolder​(String folder)
      • hasFolder

        public boolean hasFolder()
      • addToNetworks

        public A addToNetworks​(int index,
                               String item)
      • setToNetworks

        public A setToNetworks​(int index,
                               String item)
      • addToNetworks

        public A addToNetworks​(String... items)
      • removeFromNetworks

        public A removeFromNetworks​(String... items)
      • removeAllFromNetworks

        public A removeAllFromNetworks​(Collection<String> items)
      • getNetwork

        public String getNetwork​(int index)
      • getFirstNetwork

        public String getFirstNetwork()
      • getLastNetwork

        public String getLastNetwork()
      • hasMatchingNetwork

        public boolean hasMatchingNetwork​(Predicate<String> predicate)
      • withNetworks

        public A withNetworks​(List<String> networks)
      • withNetworks

        public A withNetworks​(String... networks)
      • hasNetworks

        public boolean hasNetworks()
      • getResourcePool

        public String getResourcePool()
      • withResourcePool

        public A withResourcePool​(String resourcePool)
      • hasResourcePool

        public boolean hasResourcePool()
      • getTemplate

        public String getTemplate()
      • withTemplate

        public A withTemplate​(String template)
      • hasTemplate

        public boolean hasTemplate()
      • 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()