Class PerNodeExtensionState


  • public final class PerNodeExtensionState
    extends Object
    Status of Arc Extension for a particular node in HCI Cluster.
    • Constructor Detail

      • PerNodeExtensionState

        public PerNodeExtensionState()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of the node in HCI Cluster.
        Returns:
        the name value.
      • extension

        public String extension()
        Get the extension property: Fully qualified resource ID for the particular Arc Extension on this node.
        Returns:
        the extension value.
      • state

        public NodeExtensionState state()
        Get the state property: State of Arc Extension in this node.
        Returns:
        the state value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.