Class VSphereMachineProviderStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class VSphereMachineProviderStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<VSphereMachineProviderStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, io.fabric8.kubernetes.api.model.Namespaced
    VSphereMachineProviderStatus is the type that will be embedded in a Machine.Status.ProviderStatus field. It contains VSphere-specific status information. Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).
    See Also:
    Serialized Form
    • Constructor Detail

      • VSphereMachineProviderStatus

        public VSphereMachineProviderStatus()
        No args constructor for use in serialization
      • VSphereMachineProviderStatus

        public VSphereMachineProviderStatus​(String apiVersion,
                                            List<io.fabric8.kubernetes.api.model.Condition> conditions,
                                            String instanceId,
                                            String instanceState,
                                            String kind,
                                            String taskRef)
    • Method Detail

      • getApiVersion

        public String getApiVersion()
        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
      • setApiVersion

        public void setApiVersion​(String apiVersion)
        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
      • getConditions

        public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
        conditions is a set of conditions associated with the Machine to indicate errors or other status
      • setConditions

        public void setConditions​(List<io.fabric8.kubernetes.api.model.Condition> conditions)
        conditions is a set of conditions associated with the Machine to indicate errors or other status
      • getInstanceId

        public String getInstanceId()
        instanceId is the ID of the instance in VSphere
      • setInstanceId

        public void setInstanceId​(String instanceId)
        instanceId is the ID of the instance in VSphere
      • getInstanceState

        public String getInstanceState()
        instanceState is the provisioning state of the VSphere Instance.
      • setInstanceState

        public void setInstanceState​(String instanceState)
        instanceState is the provisioning state of the VSphere Instance.
      • getKind

        public String getKind()
        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • setKind

        public void setKind​(String kind)
        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • getTaskRef

        public String getTaskRef()
        taskRef is a managed object reference to a Task related to the machine. This value is set automatically at runtime and should not be set or modified by users.
      • setTaskRef

        public void setTaskRef​(String taskRef)
        taskRef is a managed object reference to a Task related to the machine. This value is set automatically at runtime and should not be set or modified by users.
      • getAdditionalProperties

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

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

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