azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

366 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel"
name: "HostModel"
nameWithType: "HostModel"
summary: "An immutable client-side representation of Host<wbr>Model."
syntax: "public interface **HostModel**"
methods:
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.cpuMhz()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.cpuMhz()"
name: "cpuMhz()"
nameWithType: "HostModel.cpuMhz()"
summary: "Gets the cpu<wbr>Mhz property: Gets the max CPU usage across all cores in MHz."
modifiers:
- "abstract"
syntax: "public abstract Long cpuMhz()"
desc: "Gets the cpuMhz property: Gets the max CPU usage across all cores in MHz."
returns:
description: "the cpuMhz value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.customResourceName()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.customResourceName()"
name: "customResourceName()"
nameWithType: "HostModel.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.HostModel.datastoreIds()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.datastoreIds()"
name: "datastoreIds()"
nameWithType: "HostModel.datastoreIds()"
summary: "Gets the datastore<wbr>Ids property: Gets the datastore ARM ids."
modifiers:
- "abstract"
syntax: "public abstract List<String> datastoreIds()"
desc: "Gets the datastoreIds property: Gets the datastore ARM ids."
returns:
description: "the datastoreIds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.extendedLocation()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.extendedLocation()"
name: "extendedLocation()"
nameWithType: "HostModel.extendedLocation()"
summary: "Gets the extended<wbr>Location property: Gets or sets the extended location."
modifiers:
- "abstract"
syntax: "public abstract ExtendedLocation extendedLocation()"
desc: "Gets the extendedLocation property: Gets or sets the extended location."
returns:
description: "the extendedLocation value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.id()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.id()"
name: "id()"
nameWithType: "HostModel.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.HostModel.innerModel()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.innerModel()"
name: "innerModel()"
nameWithType: "HostModel.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>connectedvmware.<wbr>fluent.<wbr>models.<wbr>Host<wbr>Model<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract HostModelInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.inventoryItemId()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.inventoryItemId()"
name: "inventoryItemId()"
nameWithType: "HostModel.inventoryItemId()"
summary: "Gets the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the host."
modifiers:
- "abstract"
syntax: "public abstract String inventoryItemId()"
desc: "Gets the inventoryItemId property: Gets or sets the inventory Item ID for the host."
returns:
description: "the inventoryItemId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.kind()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.kind()"
name: "kind()"
nameWithType: "HostModel.kind()"
summary: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
modifiers:
- "abstract"
syntax: "public abstract String kind()"
desc: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
returns:
description: "the kind value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.location()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.location()"
name: "location()"
nameWithType: "HostModel.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.memorySizeGB()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.memorySizeGB()"
name: "memorySizeGB()"
nameWithType: "HostModel.memorySizeGB()"
summary: "Gets the memory<wbr>SizeGB property: Gets the total amount of physical memory on the host in GB."
modifiers:
- "abstract"
syntax: "public abstract Long memorySizeGB()"
desc: "Gets the memorySizeGB property: Gets the total amount of physical memory on the host in GB."
returns:
description: "the memorySizeGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.moName()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.moName()"
name: "moName()"
nameWithType: "HostModel.moName()"
summary: "Gets the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the host."
modifiers:
- "abstract"
syntax: "public abstract String moName()"
desc: "Gets the moName property: Gets or sets the vCenter Managed Object name for the host."
returns:
description: "the moName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.moRefId()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.moRefId()"
name: "moRefId()"
nameWithType: "HostModel.moRefId()"
summary: "Gets the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the host."
modifiers:
- "abstract"
syntax: "public abstract String moRefId()"
desc: "Gets the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host."
returns:
description: "the moRefId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.name()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.name()"
name: "name()"
nameWithType: "HostModel.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.HostModel.networkIds()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.networkIds()"
name: "networkIds()"
nameWithType: "HostModel.networkIds()"
summary: "Gets the network<wbr>Ids property: Gets the network ARM ids."
modifiers:
- "abstract"
syntax: "public abstract List<String> networkIds()"
desc: "Gets the networkIds property: Gets the network ARM ids."
returns:
description: "the networkIds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.overallCpuUsageMHz()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.overallCpuUsageMHz()"
name: "overallCpuUsageMHz()"
nameWithType: "HostModel.overallCpuUsageMHz()"
summary: "Gets the overall<wbr>Cpu<wbr>Usage<wbr>MHz property: Gets the used CPU usage across all cores in MHz."
modifiers:
- "abstract"
syntax: "public abstract Long overallCpuUsageMHz()"
desc: "Gets the overallCpuUsageMHz property: Gets the used CPU usage across all cores in MHz."
returns:
description: "the overallCpuUsageMHz value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.overallMemoryUsageGB()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.overallMemoryUsageGB()"
name: "overallMemoryUsageGB()"
nameWithType: "HostModel.overallMemoryUsageGB()"
summary: "Gets the overall<wbr>Memory<wbr>UsageGB property: Gets the used physical memory on the host in GB."
modifiers:
- "abstract"
syntax: "public abstract Long overallMemoryUsageGB()"
desc: "Gets the overallMemoryUsageGB property: Gets the used physical memory on the host in GB."
returns:
description: "the overallMemoryUsageGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.provisioningState()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.provisioningState()"
name: "provisioningState()"
nameWithType: "HostModel.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.HostModel.refresh()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.refresh()"
name: "refresh()"
nameWithType: "HostModel.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract HostModel refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel?alt=com.azure.resourcemanager.connectedvmware.models.HostModel&text=HostModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "HostModel.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract HostModel refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel?alt=com.azure.resourcemanager.connectedvmware.models.HostModel&text=HostModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.region()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.region()"
name: "region()"
nameWithType: "HostModel.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.regionName()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.regionName()"
name: "regionName()"
nameWithType: "HostModel.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.resourceGroupName()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "HostModel.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.statuses()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.statuses()"
name: "statuses()"
nameWithType: "HostModel.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>&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.systemData()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.systemData()"
name: "systemData()"
nameWithType: "HostModel.systemData()"
summary: "Gets the system<wbr>Data property: The system data."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: The system data."
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.HostModel.tags()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.tags()"
name: "tags()"
nameWithType: "HostModel.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.type()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.type()"
name: "type()"
nameWithType: "HostModel.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.HostModel.update()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.update()"
name: "update()"
nameWithType: "HostModel.update()"
summary: "Begins update for the Host<wbr>Model resource."
modifiers:
- "abstract"
syntax: "public abstract HostModel.Update update()"
desc: "Begins update for the HostModel resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.Update?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.uuid()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.uuid()"
name: "uuid()"
nameWithType: "HostModel.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>"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.vCenterId()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.vCenterId()"
name: "vCenterId()"
nameWithType: "HostModel.vCenterId()"
summary: "Gets the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this host resides."
modifiers:
- "abstract"
syntax: "public abstract String vCenterId()"
desc: "Gets the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this host resides."
returns:
description: "the vCenterId 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 HostModel."
metadata: {}
package: "com.azure.resourcemanager.connectedvmware.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0