public sealed class GetNetworkPeeringRequest : IMessage<GetNetworkPeeringRequest>, IEquatable<GetNetworkPeeringRequest>, IDeepCloneable<GetNetworkPeeringRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetNetworkPeeringRequest.
Request message for [VmwareEngine.GetNetworkPeering][google.cloud.vmwareengine.v1.VmwareEngine.GetNetworkPeering]
Implements
IMessageGetNetworkPeeringRequest, IEquatableGetNetworkPeeringRequest, IDeepCloneableGetNetworkPeeringRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
GetNetworkPeeringRequest()
public GetNetworkPeeringRequest()
GetNetworkPeeringRequest(GetNetworkPeeringRequest)
public GetNetworkPeeringRequest(GetNetworkPeeringRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetNetworkPeeringRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the network peering to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/global/networkPeerings/my-peering
Property Value | |
---|---|
Type | Description |
string |
NetworkPeeringName
public NetworkPeeringName NetworkPeeringName { get; set; }
NetworkPeeringName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NetworkPeeringName |