VCenterInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. connectedvmware. fluent. models. VCenterInner
- com.
- com.
- com.
public final class VCenterInner
extends Resource
Defines the vCenter.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VCenterInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
connectionStatus()
Get the connection |
| VICredential |
credentials()
Get the credentials property: Username / Password Credentials to connect to vcenter. |
| String |
customResourceName()
Get the custom |
|
Extended |
extendedLocation()
Get the extended |
| String |
fqdn()
Get the fqdn property: Gets or sets the FQDN/IPAddress of the v |
| String |
instanceUuid()
Get the instance |
| String |
kind()
Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e. |
| Integer |
port()
Get the port property: Gets or sets the port of the v |
| String |
provisioningState()
Get the provisioning |
|
List<Resource |
statuses()
Get the statuses property: The resource status information. |
|
System |
systemData()
Get the system |
| String |
uuid()
Get the uuid property: Gets or sets a unique identifier for this resource. |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: Gets or sets the version of the v |
|
VCenter |
withCredentials(VICredential credentials)
Set the credentials property: Username / Password Credentials to connect to vcenter. |
|
VCenter |
withExtendedLocation(ExtendedLocation extendedLocation)
Set the extended |
|
VCenter |
withFqdn(String fqdn)
Set the fqdn property: Gets or sets the FQDN/IPAddress of the v |
|
VCenter |
withKind(String kind)
Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e. |
|
VCenter |
withLocation(String location) |
|
VCenter |
withPort(Integer port)
Set the port property: Gets or sets the port of the v |
|
VCenter |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
VCenterInner
public VCenterInner()
Method Details
connectionStatus
public String connectionStatus()
Get the connectionStatus property: Gets or sets the connection status to the vCenter.
Returns:
credentials
public VICredential credentials()
Get the credentials property: Username / Password Credentials to connect to vcenter.
Returns:
customResourceName
public String customResourceName()
Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes.
Returns:
extendedLocation
public ExtendedLocation extendedLocation()
Get the extendedLocation property: Gets or sets the extended location.
Returns:
fqdn
public String fqdn()
Get the fqdn property: Gets or sets the FQDN/IPAddress of the vCenter.
Returns:
instanceUuid
public String instanceUuid()
Get the instanceUuid property: Gets or sets the instance UUID of the vCenter.
Returns:
kind
public String kind()
Get 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:
port
public Integer port()
Get the port property: Gets or sets the port of the vCenter.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Gets or sets the provisioning state.
Returns:
statuses
public List<ResourceStatus> statuses()
Get the statuses property: The resource status information.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system data.
Returns:
uuid
public String uuid()
Get the uuid property: Gets or sets a unique identifier for this resource.
Returns:
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: Gets or sets the version of the vCenter.
Returns:
withCredentials
public VCenterInner withCredentials(VICredential credentials)
Set the credentials property: Username / Password Credentials to connect to vcenter.
Parameters:
Returns:
withExtendedLocation
public VCenterInner withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: Gets or sets the extended location.
Parameters:
Returns:
withFqdn
public VCenterInner withFqdn(String fqdn)
Set the fqdn property: Gets or sets the FQDN/IPAddress of the vCenter.
Parameters:
Returns:
withKind
public VCenterInner withKind(String kind)
Set 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.
Parameters:
Returns:
withLocation
public VCenterInner withLocation(String location)
Overrides:
VCenterInner.withLocation(String location)Parameters:
withPort
public VCenterInner withPort(Integer port)
Set the port property: Gets or sets the port of the vCenter.
Parameters:
Returns:
withTags
public VCenterInner withTags(Map<String,String> tags)
Overrides:
VCenterInner.withTags(Map<String,String> tags)Parameters: