GuestAgentInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. connectedvmware. fluent. models. GuestAgentInner
- com.
- com.
public final class GuestAgentInner
extends ProxyResource
Defines the GuestAgent.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| GuestAgentInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Guest |
credentials()
Get the credentials property: Username / Password Credentials to provision guest agent. |
| String |
customResourceName()
Get the custom |
|
Http |
httpProxyConfig()
Get the http |
|
Provisioning |
provisioningAction()
Get the provisioning |
| String |
provisioningState()
Get the provisioning |
| String |
status()
Get the status property: Gets or sets the guest agent status. |
|
List<Resource |
statuses()
Get the statuses property: The resource status information. |
|
System |
systemData()
Get the system |
| String |
uuid()
Get the uuid property: Gets or sets a unique identifier for this resource. |
| void |
validate()
Validates the instance. |
|
Guest |
withCredentials(GuestCredential credentials)
Set the credentials property: Username / Password Credentials to provision guest agent. |
|
Guest |
withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)
Set the http |
|
Guest |
withProvisioningAction(ProvisioningAction provisioningAction)
Set the provisioning |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
GuestAgentInner
public GuestAgentInner()
Method Details
credentials
public GuestCredential credentials()
Get the credentials property: Username / Password Credentials to provision guest agent.
Returns:
customResourceName
public String customResourceName()
Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes.
Returns:
httpProxyConfig
public HttpProxyConfiguration httpProxyConfig()
Get the httpProxyConfig property: HTTP Proxy configuration for the VM.
Returns:
provisioningAction
public ProvisioningAction provisioningAction()
Get the provisioningAction property: Gets or sets the guest agent provisioning action.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Gets or sets the provisioning state.
Returns:
status
public String status()
Get the status property: Gets or sets the guest agent status.
Returns:
statuses
public List<ResourceStatus> statuses()
Get the statuses property: The resource status information.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system data.
Returns:
uuid
public String uuid()
Get the uuid property: Gets or sets a unique identifier for this resource.
Returns:
validate
public void validate()
Validates the instance.
withCredentials
public GuestAgentInner withCredentials(GuestCredential credentials)
Set the credentials property: Username / Password Credentials to provision guest agent.
Parameters:
Returns:
withHttpProxyConfig
public GuestAgentInner withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)
Set the httpProxyConfig property: HTTP Proxy configuration for the VM.
Parameters:
Returns:
withProvisioningAction
public GuestAgentInner withProvisioningAction(ProvisioningAction provisioningAction)
Set the provisioningAction property: Gets or sets the guest agent provisioning action.
Parameters:
Returns: