Class AzureMachineProviderStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1beta1.AzureMachineProviderStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AzureMachineProviderStatusBuilder>,io.fabric8.kubernetes.api.model.HasMetadata,io.fabric8.kubernetes.api.model.KubernetesResource,io.fabric8.kubernetes.api.model.Namespaced,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AzureMachineProviderStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<AzureMachineProviderStatusBuilder>, io.fabric8.kubernetes.api.model.HasMetadata, io.fabric8.kubernetes.api.model.Namespaced
AzureMachineProviderStatus is the type that will be embedded in a Machine.Status.ProviderStatus field. It contains Azure-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 Summary
Constructors Constructor Description AzureMachineProviderStatus()No args constructor for use in serializationAzureMachineProviderStatus(String apiVersion, List<io.fabric8.kubernetes.api.model.Condition> conditions, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, String vmId, String vmState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureMachineProviderStatusBuilderedit()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 status.StringgetKind()Kind is a string value representing the REST resource this object represents.io.fabric8.kubernetes.api.model.ObjectMetagetMetadata()AzureMachineProviderStatus is the type that will be embedded in a Machine.Status.ProviderStatus field.StringgetVmId()vmId is the ID of the virtual machine created in Azure.StringgetVmState()vmState is the provisioning state of the Azure virtual machine.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 status.voidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)AzureMachineProviderStatus is the type that will be embedded in a Machine.Status.ProviderStatus field.voidsetVmId(String vmId)vmId is the ID of the virtual machine created in Azure.voidsetVmState(String vmState)vmState is the provisioning state of the Azure virtual machine.AzureMachineProviderStatusBuildertoBuilder()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.HasMetadata
addFinalizer, addOwnerReference, addOwnerReference, getFinalizers, getFullResourceName, getOwnerReferenceFor, getOwnerReferenceFor, getPlural, getSingular, hasFinalizer, hasOwnerReferenceFor, hasOwnerReferenceFor, initNameAndNamespaceFrom, isFinalizerValid, isMarkedForDeletion, optionalMetadata, removeFinalizer, removeOwnerReference, removeOwnerReference
-
-
-
-
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- Specified by:
getApiVersionin interfaceio.fabric8.kubernetes.api.model.HasMetadata
-
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- Specified by:
setApiVersionin interfaceio.fabric8.kubernetes.api.model.HasMetadata
-
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- Specified by:
getKindin interfaceio.fabric8.kubernetes.api.model.HasMetadata
-
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
-
getMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
AzureMachineProviderStatus is the type that will be embedded in a Machine.Status.ProviderStatus field. It contains Azure-specific status information. Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).- Specified by:
getMetadatain interfaceio.fabric8.kubernetes.api.model.HasMetadata
-
setMetadata
public void setMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
AzureMachineProviderStatus is the type that will be embedded in a Machine.Status.ProviderStatus field. It contains Azure-specific status information. Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).- Specified by:
setMetadatain interfaceio.fabric8.kubernetes.api.model.HasMetadata
-
getVmId
public String getVmId()
vmId is the ID of the virtual machine created in Azure.
-
setVmId
public void setVmId(String vmId)
vmId is the ID of the virtual machine created in Azure.
-
getVmState
public String getVmState()
vmState is the provisioning state of the Azure virtual machine.
-
setVmState
public void setVmState(String vmState)
vmState is the provisioning state of the Azure virtual machine.
-
edit
public AzureMachineProviderStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AzureMachineProviderStatusBuilder>
-
toBuilder
public AzureMachineProviderStatusBuilder toBuilder()
-
-