GuestAgentInner Class

public final class GuestAgentInner
extends ProxyResource

Defines the GuestAgent.

Constructor Summary

Constructor Description
GuestAgentInner()

Method Summary

Modifier and Type Method and Description
GuestCredential credentials()

Get the credentials property: Username / Password Credentials to provision guest agent.

String customResourceName()

Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes.

HttpProxyConfiguration httpProxyConfig()

Get the httpProxyConfig property: HTTP Proxy configuration for the VM.

ProvisioningAction provisioningAction()

Get the provisioningAction property: Gets or sets the guest agent provisioning action.

String provisioningState()

Get the provisioningState property: Gets or sets the provisioning state.

String status()

Get the status property: Gets or sets the guest agent status.

List<ResourceStatus> statuses()

Get the statuses property: The resource status information.

SystemData systemData()

Get the systemData property: The system data.

String uuid()

Get the uuid property: Gets or sets a unique identifier for this resource.

void validate()

Validates the instance.

GuestAgentInner withCredentials(GuestCredential credentials)

Set the credentials property: Username / Password Credentials to provision guest agent.

GuestAgentInner withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)

Set the httpProxyConfig property: HTTP Proxy configuration for the VM.

GuestAgentInner withProvisioningAction(ProvisioningAction provisioningAction)

Set the provisioningAction property: Gets or sets the guest agent provisioning action.

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:

the credentials value.

customResourceName

public String customResourceName()

Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes.

Returns:

the customResourceName value.

httpProxyConfig

public HttpProxyConfiguration httpProxyConfig()

Get the httpProxyConfig property: HTTP Proxy configuration for the VM.

Returns:

the httpProxyConfig value.

provisioningAction

public ProvisioningAction provisioningAction()

Get the provisioningAction property: Gets or sets the guest agent provisioning action.

Returns:

the provisioningAction value.

provisioningState

public String provisioningState()

Get the provisioningState property: Gets or sets the provisioning state.

Returns:

the provisioningState value.

status

public String status()

Get the status property: Gets or sets the guest agent status.

Returns:

the status value.

statuses

public List<ResourceStatus> statuses()

Get the statuses property: The resource status information.

Returns:

the statuses value.

systemData

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

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:

credentials - the credentials value to set.

Returns:

the GuestAgentInner object itself.

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.

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.

Applies to