Class NetworkPeering
Details of a network peering.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class NetworkPeering : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Creation time of this resource.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Optional. User-provided description for this network peering.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
ExchangeSubnetRoutes
Optional. True if full mesh connectivity is created and managed automatically between peered networks; false otherwise. Currently this field is always true because Google Compute Engine automatically creates and manages subnetwork routes between two VPC networks when peering state is 'ACTIVE'.
Declaration
[JsonProperty("exchangeSubnetRoutes")]
public virtual bool? ExchangeSubnetRoutes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ExportCustomRoutes
Optional. True if custom routes are exported to the peered network; false otherwise. The default value is true.
Declaration
[JsonProperty("exportCustomRoutes")]
public virtual bool? ExportCustomRoutes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ExportCustomRoutesWithPublicIp
Optional. True if all subnet routes with a public IP address range are exported; false otherwise. The default value is true. IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always exported to peers and are not controlled by this field.
Declaration
[JsonProperty("exportCustomRoutesWithPublicIp")]
public virtual bool? ExportCustomRoutesWithPublicIp { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ImportCustomRoutes
Optional. True if custom routes are imported from the peered network; false otherwise. The default value is true.
Declaration
[JsonProperty("importCustomRoutes")]
public virtual bool? ImportCustomRoutes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ImportCustomRoutesWithPublicIp
Optional. True if all subnet routes with public IP address range are imported; false otherwise. The default value is true. IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always imported to peers and are not controlled by this field.
Declaration
[JsonProperty("importCustomRoutesWithPublicIp")]
public virtual bool? ImportCustomRoutesWithPublicIp { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
Output only. Identifier. The resource name of the network peering. NetworkPeering is a global resource and
location can only be global. Resource names are scheme-less URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names. For example:
projects/my-project/locations/global/networkPeerings/my-peering
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerMtu
Optional. Maximum transmission unit (MTU) in bytes. The default value is 1500
. If a value of 0
is
provided for this field, VMware Engine uses the default value instead.
Declaration
[JsonProperty("peerMtu")]
public virtual int? PeerMtu { get; set; }
Property Value
Type | Description |
---|---|
int? |
PeerNetwork
Required. The relative resource name of the network to peer with a standard VMware Engine network. The
provided network can be a consumer VPC network or another standard VMware Engine network. If the
peer_network_type
is VMWARE_ENGINE_NETWORK, specify the name in the form:
projects/{project}/locations/global/vmwareEngineNetworks/{vmware_engine_network_id}
. Otherwise specify the
name in the form: projects/{project}/global/networks/{network_id}
, where {project}
can either be a
project number or a project ID.
Declaration
[JsonProperty("peerNetwork")]
public virtual string PeerNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerNetworkType
Required. The type of the network to peer with the VMware Engine network.
Declaration
[JsonProperty("peerNetworkType")]
public virtual string PeerNetworkType { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. State of the network peering. This field has a value of 'ACTIVE' when there's a matching configuration in the peer network. New values may be added to this enum when appropriate.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StateDetails
Output only. Output Only. Details about the current state of the network peering.
Declaration
[JsonProperty("stateDetails")]
public virtual string StateDetails { get; set; }
Property Value
Type | Description |
---|---|
string |
Uid
Output only. System-generated unique identifier for the resource.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. Last update time of this resource.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
VmwareEngineNetwork
Required. The relative resource name of the VMware Engine network. 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 |