Class NetworkConfig
Network configuration in the consumer project with which the peering has to be done.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class NetworkConfig : IDirectResponseSchema
Properties
DnsServerIp
Output only. DNS Server IP of the Private Cloud. All DNS queries can be forwarded to this address for name resolution of Private Cloud's management entities like vCenter, NSX-T Manager and ESXi hosts.
Declaration
[JsonProperty("dnsServerIp")]
public virtual string DnsServerIp { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ManagementCidr
Required. Management CIDR used by VMware management appliances.
Declaration
[JsonProperty("managementCidr")]
public virtual string ManagementCidr { get; set; }
Property Value
Type | Description |
---|---|
string |
ManagementIpAddressLayoutVersion
Output only. The IP address layout version of the management IP address range. Possible versions include: *
managementIpAddressLayoutVersion=1
: Indicates the legacy IP address layout used by some existing private
clouds. This is no longer supported for new private clouds as it does not support all features. *
managementIpAddressLayoutVersion=2
: Indicates the latest IP address layout used by all newly created
private clouds. This version supports all current features.
Declaration
[JsonProperty("managementIpAddressLayoutVersion")]
public virtual int? ManagementIpAddressLayoutVersion { get; set; }
Property Value
Type | Description |
---|---|
int? |
VmwareEngineNetwork
Optional. The relative resource name of the VMware Engine network attached to the private cloud. Specify the
name in the following form:
projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
where {project}
can either be a project number or a project ID.
Declaration
[JsonProperty("vmwareEngineNetwork")]
public virtual string VmwareEngineNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
VmwareEngineNetworkCanonical
Output only. The canonical name of the VMware Engine network in the form:
projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
Declaration
[JsonProperty("vmwareEngineNetworkCanonical")]
public virtual string VmwareEngineNetworkCanonical { get; set; }
Property Value
Type | Description |
---|---|
string |