Class PerNodeStateResponse
- java.lang.Object
-
- com.pulumi.azurenative.azurestackhci.outputs.PerNodeStateResponse
-
public final class PerNodeStateResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PerNodeStateResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arcInstance()
static PerNodeStateResponse.Builder
builder()
static PerNodeStateResponse.Builder
builder(PerNodeStateResponse defaults)
java.lang.String
name()
java.lang.String
state()
-
-
-
Method Detail
-
arcInstance
public java.lang.String arcInstance()
- Returns:
- Fully qualified resource ID for the Arc agent of this node.
-
name
public java.lang.String name()
- Returns:
- Name of the Node in HCI Cluster
-
state
public java.lang.String state()
- Returns:
- State of Arc agent in this node.
-
builder
public static PerNodeStateResponse.Builder builder()
-
builder
public static PerNodeStateResponse.Builder builder(PerNodeStateResponse defaults)
-
-