Class NutanixMachineProviderStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1.NutanixMachineProviderStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NutanixMachineProviderStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,io.fabric8.kubernetes.api.model.Namespaced,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NutanixMachineProviderStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<NutanixMachineProviderStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, io.fabric8.kubernetes.api.model.Namespaced
NutanixMachineProviderStatus is the type that will be embedded in a Machine.Status.ProviderStatus field. It contains nutanix-specific status information. Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NutanixMachineProviderStatus()No args constructor for use in serializationNutanixMachineProviderStatus(String apiVersion, List<io.fabric8.kubernetes.api.model.Condition> conditions, String kind, String vmUUID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NutanixMachineProviderStatusBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<io.fabric8.kubernetes.api.model.Condition>getConditions()conditions is a set of conditions associated with the Machine to indicate errors or other statusStringgetKind()Kind is a string value representing the REST resource this object represents.StringgetVmUUID()vmUUID is the Machine associated VM's UUID The field is missing before the VM is created.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiVersion(String apiVersion)APIVersion defines the versioned schema of this representation of an object.voidsetConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)conditions is a set of conditions associated with the Machine to indicate errors or other statusvoidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetVmUUID(String vmUUID)vmUUID is the Machine associated VM's UUID The field is missing before the VM is created.NutanixMachineProviderStatusBuildertoBuilder()
-
-
-
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
-
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
-
getVmUUID
public String getVmUUID()
vmUUID is the Machine associated VM's UUID The field is missing before the VM is created. Once the VM is created, the field is filled with the VM's UUID and it will not change. The vmUUID is used to find the VM when updating the Machine status, and to delete the VM when the Machine is deleted.
-
setVmUUID
public void setVmUUID(String vmUUID)
vmUUID is the Machine associated VM's UUID The field is missing before the VM is created. Once the VM is created, the field is filled with the VM's UUID and it will not change. The vmUUID is used to find the VM when updating the Machine status, and to delete the VM when the Machine is deleted.
-
edit
public NutanixMachineProviderStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NutanixMachineProviderStatusBuilder>
-
toBuilder
public NutanixMachineProviderStatusBuilder toBuilder()
-
-