Class GuestAgentProperties

java.lang.Object
com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties

public final class GuestAgentProperties extends Object
Defines the resource properties.
  • Constructor Details

    • GuestAgentProperties

      public GuestAgentProperties()
  • Method Details

    • 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 GuestAgentProperties withCredentials(GuestCredential credentials)
      Set the credentials property: Username / Password Credentials to provision guest agent.
      Parameters:
      credentials - the credentials value to set.
      Returns:
      the GuestAgentProperties object itself.
    • httpProxyConfig

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

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

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

      public GuestAgentProperties withProvisioningAction(ProvisioningAction provisioningAction)
      Set the provisioningAction property: Gets or sets the guest agent provisioning action.
      Parameters:
      provisioningAction - the provisioningAction value to set.
      Returns:
      the GuestAgentProperties 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.