182 строки
10 KiB
YAML
182 строки
10 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent"
|
||
|
name: "GuestAgent"
|
||
|
nameWithType: "GuestAgent"
|
||
|
summary: "An immutable client-side representation of Guest<wbr>Agent."
|
||
|
syntax: "public interface **GuestAgent**"
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.credentials()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.credentials()"
|
||
|
name: "credentials()"
|
||
|
nameWithType: "GuestAgent.credentials()"
|
||
|
summary: "Gets the credentials property: Username / Password Credentials to provision guest agent."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract GuestCredential credentials()"
|
||
|
desc: "Gets the credentials property: Username / Password Credentials to provision guest agent."
|
||
|
returns:
|
||
|
description: "the credentials value."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.customResourceName()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.customResourceName()"
|
||
|
name: "customResourceName()"
|
||
|
nameWithType: "GuestAgent.customResourceName()"
|
||
|
summary: "Gets the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract String customResourceName()"
|
||
|
desc: "Gets the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||
|
returns:
|
||
|
description: "the customResourceName value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.httpProxyConfig()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.httpProxyConfig()"
|
||
|
name: "httpProxyConfig()"
|
||
|
nameWithType: "GuestAgent.httpProxyConfig()"
|
||
|
summary: "Gets the http<wbr>Proxy<wbr>Config property: HTTP Proxy configuration for the VM."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract HttpProxyConfiguration httpProxyConfig()"
|
||
|
desc: "Gets the httpProxyConfig property: HTTP Proxy configuration for the VM."
|
||
|
returns:
|
||
|
description: "the httpProxyConfig value."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration?alt=com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration&text=HttpProxyConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.id()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.id()"
|
||
|
name: "id()"
|
||
|
nameWithType: "GuestAgent.id()"
|
||
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract String id()"
|
||
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
||
|
returns:
|
||
|
description: "the id value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.innerModel()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.innerModel()"
|
||
|
name: "innerModel()"
|
||
|
nameWithType: "GuestAgent.innerModel()"
|
||
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>connectedvmware.<wbr>fluent.<wbr>models.<wbr>Guest<wbr>Agent<wbr>Inner object."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract GuestAgentInner innerModel()"
|
||
|
desc: "Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner object."
|
||
|
returns:
|
||
|
description: "the inner object."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.name()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.name()"
|
||
|
name: "name()"
|
||
|
nameWithType: "GuestAgent.name()"
|
||
|
summary: "Gets the name property: The name of the resource."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract String name()"
|
||
|
desc: "Gets the name property: The name of the resource."
|
||
|
returns:
|
||
|
description: "the name value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.privateLinkScopeResourceId()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.privateLinkScopeResourceId()"
|
||
|
name: "privateLinkScopeResourceId()"
|
||
|
nameWithType: "GuestAgent.privateLinkScopeResourceId()"
|
||
|
summary: "Gets the private<wbr>Link<wbr>Scope<wbr>Resource<wbr>Id property: The resource id of the private link scope this machine is assigned to, if any."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract String privateLinkScopeResourceId()"
|
||
|
desc: "Gets the privateLinkScopeResourceId property: The resource id of the private link scope this machine is assigned to, if any."
|
||
|
returns:
|
||
|
description: "the privateLinkScopeResourceId value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.provisioningAction()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.provisioningAction()"
|
||
|
name: "provisioningAction()"
|
||
|
nameWithType: "GuestAgent.provisioningAction()"
|
||
|
summary: "Gets the provisioning<wbr>Action property: Gets or sets the guest agent provisioning action."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract ProvisioningAction provisioningAction()"
|
||
|
desc: "Gets the provisioningAction property: Gets or sets the guest agent provisioning action."
|
||
|
returns:
|
||
|
description: "the provisioningAction value."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningAction?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningAction&text=ProvisioningAction\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.provisioningState()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.provisioningState()"
|
||
|
name: "provisioningState()"
|
||
|
nameWithType: "GuestAgent.provisioningState()"
|
||
|
summary: "Gets the provisioning<wbr>State property: Gets the provisioning state."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract ProvisioningState provisioningState()"
|
||
|
desc: "Gets the provisioningState property: Gets the provisioning state."
|
||
|
returns:
|
||
|
description: "the provisioningState value."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.status()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.status()"
|
||
|
name: "status()"
|
||
|
nameWithType: "GuestAgent.status()"
|
||
|
summary: "Gets the status property: Gets or sets the guest agent status."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract String status()"
|
||
|
desc: "Gets the status property: Gets or sets the guest agent status."
|
||
|
returns:
|
||
|
description: "the status value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.statuses()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.statuses()"
|
||
|
name: "statuses()"
|
||
|
nameWithType: "GuestAgent.statuses()"
|
||
|
summary: "Gets the statuses property: The resource status information."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract List<ResourceStatus> statuses()"
|
||
|
desc: "Gets the statuses property: The resource status information."
|
||
|
returns:
|
||
|
description: "the statuses value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.systemData()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.systemData()"
|
||
|
name: "systemData()"
|
||
|
nameWithType: "GuestAgent.systemData()"
|
||
|
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract SystemData systemData()"
|
||
|
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
||
|
returns:
|
||
|
description: "the systemData value."
|
||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.type()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.type()"
|
||
|
name: "type()"
|
||
|
nameWithType: "GuestAgent.type()"
|
||
|
summary: "Gets the type property: The type of the resource."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract String type()"
|
||
|
desc: "Gets the type property: The type of the resource."
|
||
|
returns:
|
||
|
description: "the type value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.uuid()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.uuid()"
|
||
|
name: "uuid()"
|
||
|
nameWithType: "GuestAgent.uuid()"
|
||
|
summary: "Gets the uuid property: Gets or sets a unique identifier for this resource."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract String uuid()"
|
||
|
desc: "Gets the uuid property: Gets or sets a unique identifier for this resource."
|
||
|
returns:
|
||
|
description: "the uuid value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
type: "interface"
|
||
|
desc: "An immutable client-side representation of GuestAgent."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|