Class VmmServerInner


  • public final class VmmServerInner
    extends com.azure.core.management.Resource
    The VmmServers resource definition.
    • Constructor Detail

      • VmmServerInner

        public VmmServerInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: The system data.
        Returns:
        the systemData value.
      • extendedLocation

        public ExtendedLocation extendedLocation()
        Get the extendedLocation property: The extended location.
        Returns:
        the extendedLocation value.
      • withExtendedLocation

        public VmmServerInner withExtendedLocation​(ExtendedLocation extendedLocation)
        Set the extendedLocation property: The extended location.
        Parameters:
        extendedLocation - the extendedLocation value to set.
        Returns:
        the VmmServerInner object itself.
      • withLocation

        public VmmServerInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • credentials

        public VmmServerPropertiesCredentials credentials()
        Get the credentials property: Credentials to connect to VMMServer.
        Returns:
        the credentials value.
      • withCredentials

        public VmmServerInner withCredentials​(VmmServerPropertiesCredentials credentials)
        Set the credentials property: Credentials to connect to VMMServer.
        Parameters:
        credentials - the credentials value to set.
        Returns:
        the VmmServerInner object itself.
      • fqdn

        public String fqdn()
        Get the fqdn property: Fqdn is the hostname/ip of the vmmServer.
        Returns:
        the fqdn value.
      • withFqdn

        public VmmServerInner withFqdn​(String fqdn)
        Set the fqdn property: Fqdn is the hostname/ip of the vmmServer.
        Parameters:
        fqdn - the fqdn value to set.
        Returns:
        the VmmServerInner object itself.
      • port

        public Integer port()
        Get the port property: Port is the port on which the vmmServer is listening.
        Returns:
        the port value.
      • withPort

        public VmmServerInner withPort​(Integer port)
        Set the port property: Port is the port on which the vmmServer is listening.
        Parameters:
        port - the port value to set.
        Returns:
        the VmmServerInner object itself.
      • connectionStatus

        public String connectionStatus()
        Get the connectionStatus property: Gets or sets the connection status to the vmmServer.
        Returns:
        the connectionStatus value.
      • errorMessage

        public String errorMessage()
        Get the errorMessage property: Gets or sets any error message if connection to vmmServer is having any issue.
        Returns:
        the errorMessage value.
      • uuid

        public String uuid()
        Get the uuid property: Unique ID of vmmServer.
        Returns:
        the uuid value.
      • version

        public String version()
        Get the version property: Version is the version of the vmmSever.
        Returns:
        the version value.
      • provisioningState

        public String provisioningState()
        Get the provisioningState property: Gets or sets the provisioning state.
        Returns:
        the provisioningState value.
      • validate

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