java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner

public final class GuestAgentInner extends com.azure.core.management.ProxyResource
Defines the GuestAgent.
  • Constructor Details

    • GuestAgentInner

      public GuestAgentInner()
  • Method Details

    • systemData

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

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

      public GuestCredential credentials()
      Get the credentials property: Username / Password Credentials to provision guest agent.
      Returns:
      the credentials value.
    • withCredentials

      public GuestAgentInner withCredentials(GuestCredential credentials)
      Set the credentials property: Username / Password Credentials to provision guest agent.
      Parameters:
      credentials - the credentials value to set.
      Returns:
      the GuestAgentInner object itself.
    • httpProxyConfig

      public HttpProxyConfiguration httpProxyConfig()
      Get the httpProxyConfig property: HTTP Proxy configuration for the VM.
      Returns:
      the httpProxyConfig value.
    • withHttpProxyConfig

      public GuestAgentInner withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)
      Set the httpProxyConfig property: HTTP Proxy configuration for the VM.
      Parameters:
      httpProxyConfig - the httpProxyConfig value to set.
      Returns:
      the GuestAgentInner object itself.
    • provisioningAction

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

      public GuestAgentInner withProvisioningAction(ProvisioningAction provisioningAction)
      Set the provisioningAction property: Gets or sets the guest agent provisioning action.
      Parameters:
      provisioningAction - the provisioningAction value to set.
      Returns:
      the GuestAgentInner object itself.
    • status

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

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

      public List<ResourceStatus> statuses()
      Get the statuses property: The resource status information.
      Returns:
      the statuses 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.