GuestAgent Interface
public interface GuestAgent
An immutable client-side representation of GuestAgent.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Guest |
credentials()
Gets the credentials property: Username / Password Credentials to provision guest agent. |
| abstract String |
customResourceName()
Gets the custom |
|
abstract
Http |
httpProxyConfig()
Gets the http |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Guest |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provisioning |
provisioningAction()
Gets the provisioning |
| abstract String |
provisioningState()
Gets the provisioning |
|
abstract
Guest |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Guest |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
status()
Gets the status property: Gets or sets the guest agent status. |
|
abstract
List<Resource |
statuses()
Gets the statuses property: The resource status information. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract String |
uuid()
Gets the uuid property: Gets or sets a unique identifier for this resource. |
Method Details
credentials
public abstract GuestCredential credentials()
Gets the credentials property: Username / Password Credentials to provision guest agent.
Returns:
customResourceName
public abstract String customResourceName()
Gets the customResourceName property: Gets the name of the corresponding resource in Kubernetes.
Returns:
httpProxyConfig
public abstract HttpProxyConfiguration httpProxyConfig()
Gets the httpProxyConfig property: HTTP Proxy configuration for the VM.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract GuestAgentInner innerModel()
Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningAction
public abstract ProvisioningAction provisioningAction()
Gets the provisioningAction property: Gets or sets the guest agent provisioning action.
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioningState property: Gets or sets the provisioning state.
Returns:
refresh
public abstract GuestAgent refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract GuestAgent refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
status
public abstract String status()
Gets the status property: Gets or sets the guest agent status.
Returns:
statuses
public abstract List<ResourceStatus> statuses()
Gets the statuses property: The resource status information.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: The system data.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
uuid
public abstract String uuid()
Gets the uuid property: Gets or sets a unique identifier for this resource.
Returns: