Class VmwareVCenterProperties
VMware vCenter related properties.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class VmwareVCenterProperties
Properties
DataCenter
Declaration
[JsonProperty(PropertyName = "dataCenter")]
public string DataCenter { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Data center name. |
VcenterKey
Declaration
[JsonProperty(PropertyName = "vcenterKey")]
public string VcenterKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | vCenter unique key. |
VcenterVersion
Declaration
[JsonProperty(PropertyName = "vcenterVersion")]
public string VcenterVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Dot-separated version string. |