Interface VmmServer


  • public interface VmmServer
    An immutable client-side representation of VmmServer.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • location

        String location()
        Gets the location property: The geo-location where the resource lives.
        Returns:
        the location value.
      • tags

        Map<String,​String> tags()
        Gets the tags property: Resource tags.
        Returns:
        the tags value.
      • systemData

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

        ExtendedLocation extendedLocation()
        Gets the extendedLocation property: The extended location.
        Returns:
        the extendedLocation value.
      • credentials

        VmmServerPropertiesCredentials credentials()
        Gets the credentials property: Credentials to connect to VMMServer.
        Returns:
        the credentials value.
      • fqdn

        String fqdn()
        Gets the fqdn property: Fqdn is the hostname/ip of the vmmServer.
        Returns:
        the fqdn value.
      • port

        Integer port()
        Gets the port property: Port is the port on which the vmmServer is listening.
        Returns:
        the port value.
      • connectionStatus

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

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

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

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

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

        com.azure.core.management.Region region()
        Gets the region of the resource.
        Returns:
        the region of the resource.
      • regionName

        String regionName()
        Gets the name of the resource region.
        Returns:
        the name of the resource region.
      • innerModel

        VmmServerInner innerModel()
        Gets the inner com.azure.resourcemanager.scvmm.fluent.models.VmmServerInner object.
        Returns:
        the inner object.
      • update

        VmmServer.Update update()
        Begins update for the VmmServer resource.
        Returns:
        the stage of resource update.
      • refresh

        VmmServer refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        VmmServer refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.