Interface GuestAgent


public interface GuestAgent
An immutable client-side representation of GuestAgent.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the GuestAgent definition.
    static interface 
    The GuestAgent definition stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the credentials property: Username / Password Credentials to provision guest agent.
    Gets the customResourceName property: Gets the name of the corresponding resource in Kubernetes.
    Gets the httpProxyConfig property: HTTP Proxy configuration for the VM.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner object.
    Gets the name property: The name of the resource.
    Gets the provisioningAction property: Gets or sets the guest agent provisioning action.
    Gets the provisioningState property: Gets or sets the provisioning state.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Gets the status property: Gets or sets the guest agent status.
    Gets the statuses property: The resource status information.
    com.azure.core.management.SystemData
    Gets the systemData property: The system data.
    Gets the type property: The type of the resource.
    Gets the uuid property: Gets or sets a unique identifier for this resource.
  • Method Details

    • 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.
    • systemData

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

      String uuid()
      Gets the uuid property: Gets or sets a unique identifier for this resource.
      Returns:
      the uuid value.
    • credentials

      GuestCredential credentials()
      Gets the credentials property: Username / Password Credentials to provision guest agent.
      Returns:
      the credentials value.
    • httpProxyConfig

      HttpProxyConfiguration httpProxyConfig()
      Gets the httpProxyConfig property: HTTP Proxy configuration for the VM.
      Returns:
      the httpProxyConfig value.
    • provisioningAction

      ProvisioningAction provisioningAction()
      Gets the provisioningAction property: Gets or sets the guest agent provisioning action.
      Returns:
      the provisioningAction value.
    • status

      String status()
      Gets the status property: Gets or sets the guest agent status.
      Returns:
      the status value.
    • customResourceName

      String customResourceName()
      Gets the customResourceName property: Gets the name of the corresponding resource in Kubernetes.
      Returns:
      the customResourceName value.
    • statuses

      List<ResourceStatus> statuses()
      Gets the statuses property: The resource status information.
      Returns:
      the statuses value.
    • provisioningState

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

      GuestAgentInner innerModel()
      Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner object.
      Returns:
      the inner object.
    • refresh

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

      GuestAgent 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.