GuestAgentProperties Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. GuestAgentProperties
- com.
Implements
public final class GuestAgentProperties
implements JsonSerializable<GuestAgentProperties>
Defines the resource properties.
Constructor Summary
| Constructor | Description |
|---|---|
| GuestAgentProperties() |
Creates an instance of Guest |
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 |
|
static
Guest |
fromJson(JsonReader jsonReader)
Reads an instance of Guest |
|
Http |
httpProxyConfig()
Get the http |
|
Provisioning |
provisioningAction()
Get the provisioning |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
status()
Get the status property: Gets the guest agent status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
uuid()
Get the uuid property: Gets 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 java.lang.Object
Constructor Details
GuestAgentProperties
public GuestAgentProperties()
Creates an instance of GuestAgentProperties class.
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:
fromJson
public static GuestAgentProperties fromJson(JsonReader jsonReader)
Reads an instance of GuestAgentProperties from the JsonReader.
Parameters:
Returns:
Throws:
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 ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
status
public String status()
Get the status property: Gets the guest agent status.
Returns:
toJson
uuid
public String uuid()
Get the uuid property: Gets a unique identifier for this resource.
Returns:
validate
public void validate()
Validates the instance.
withCredentials
public GuestAgentProperties withCredentials(GuestCredential credentials)
Set the credentials property: Username / Password Credentials to provision guest agent.
Parameters:
Returns:
withHttpProxyConfig
public GuestAgentProperties withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)
Set the httpProxyConfig property: HTTP Proxy configuration for the VM.
Parameters:
Returns:
withProvisioningAction
public GuestAgentProperties withProvisioningAction(ProvisioningAction provisioningAction)
Set the provisioningAction property: Gets or sets the guest agent provisioning action.
Parameters:
Returns: