Class WorkloadNetworkVMGroupInner


  • public final class WorkloadNetworkVMGroupInner
    extends com.azure.core.management.ProxyResource
    NSX VM Group.
    • Constructor Detail

      • WorkloadNetworkVMGroupInner

        public WorkloadNetworkVMGroupInner()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: Display name of the VM group.
        Returns:
        the displayName value.
      • withDisplayName

        public WorkloadNetworkVMGroupInner withDisplayName​(String displayName)
        Set the displayName property: Display name of the VM group.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the WorkloadNetworkVMGroupInner object itself.
      • members

        public List<String> members()
        Get the members property: Virtual machine members of this group.
        Returns:
        the members value.
      • withMembers

        public WorkloadNetworkVMGroupInner withMembers​(List<String> members)
        Set the members property: Virtual machine members of this group.
        Parameters:
        members - the members value to set.
        Returns:
        the WorkloadNetworkVMGroupInner object itself.
      • status

        public VMGroupStatusEnum status()
        Get the status property: VM Group status.
        Returns:
        the status value.
      • revision

        public Long revision()
        Get the revision property: NSX revision number.
        Returns:
        the revision value.
      • withRevision

        public WorkloadNetworkVMGroupInner withRevision​(Long revision)
        Set the revision property: NSX revision number.
        Parameters:
        revision - the revision value to set.
        Returns:
        the WorkloadNetworkVMGroupInner object itself.
      • validate

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