Class NutanixPrismElementEndpoint

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<NutanixPrismElementEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NutanixPrismElementEndpoint
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NutanixPrismElementEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NutanixPrismElementEndpoint holds the name and endpoint data for a Prism Element (cluster)
    See Also:
    Serialized Form
    • Constructor Detail

      • NutanixPrismElementEndpoint

        public NutanixPrismElementEndpoint()
        No args constructor for use in serialization
    • Method Detail

      • getEndpoint

        public NutanixPrismEndpoint getEndpoint()
        NutanixPrismElementEndpoint holds the name and endpoint data for a Prism Element (cluster)
      • setEndpoint

        public void setEndpoint​(NutanixPrismEndpoint endpoint)
        NutanixPrismElementEndpoint holds the name and endpoint data for a Prism Element (cluster)
      • getName

        public String getName()
        name is the name of the Prism Element (cluster). This value will correspond with the cluster field configured on other resources (eg Machines, PVCs, etc).
      • setName

        public void setName​(String name)
        name is the name of the Prism Element (cluster). This value will correspond with the cluster field configured on other resources (eg Machines, PVCs, etc).
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)