Class RoleInstanceViewInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.RoleInstanceViewInner
-
public final class RoleInstanceViewInner extends Object
The instance view of the role instance.
-
-
Constructor Summary
Constructors Constructor Description RoleInstanceViewInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerplatformFaultDomain()Get the platformFaultDomain property: The Fault Domain.IntegerplatformUpdateDomain()Get the platformUpdateDomain property: The Update Domain.StringprivateId()Get the privateId property: Specifies a unique identifier generated internally for the cloud service associated with this role instance.List<ResourceInstanceViewStatus>statuses()Get the statuses property: The statuses property.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
platformUpdateDomain
public Integer platformUpdateDomain()
Get the platformUpdateDomain property: The Update Domain.- Returns:
- the platformUpdateDomain value.
-
platformFaultDomain
public Integer platformFaultDomain()
Get the platformFaultDomain property: The Fault Domain.- Returns:
- the platformFaultDomain value.
-
privateId
public String privateId()
Get the privateId property: Specifies a unique identifier generated internally for the cloud service associated with this role instance. <br /><br /> NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details.- Returns:
- the privateId value.
-
statuses
public List<ResourceInstanceViewStatus> statuses()
Get the statuses property: The statuses property.- Returns:
- the statuses value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-