VMware Engine v1 API - Class GetNetworkPeeringRequest (1.3.0)

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]

Inheritance

object > GetNetworkPeeringRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

GetNetworkPeeringRequest()

public GetNetworkPeeringRequest()

GetNetworkPeeringRequest(GetNetworkPeeringRequest)

public GetNetworkPeeringRequest(GetNetworkPeeringRequest other)
Parameter
NameDescription
otherGetNetworkPeeringRequest

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
TypeDescription
string

NetworkPeeringName

public NetworkPeeringName NetworkPeeringName { get; set; }

NetworkPeeringName-typed view over the Name resource name property.

Property Value
TypeDescription
NetworkPeeringName