public sealed class GetNetworkPolicyRequest : IMessage<GetNetworkPolicyRequest>, IEquatable<GetNetworkPolicyRequest>, IDeepCloneable<GetNetworkPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetNetworkPolicyRequest.
Request message for [VmwareEngine.GetNetworkPolicy][google.cloud.vmwareengine.v1.VmwareEngine.GetNetworkPolicy]
Implements
IMessageGetNetworkPolicyRequest, IEquatableGetNetworkPolicyRequest, IDeepCloneableGetNetworkPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
GetNetworkPolicyRequest()
public GetNetworkPolicyRequest()
GetNetworkPolicyRequest(GetNetworkPolicyRequest)
public GetNetworkPolicyRequest(GetNetworkPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetNetworkPolicyRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the network policy 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/us-central1/networkPolicies/my-network-policy
Property Value | |
---|---|
Type | Description |
string |
NetworkPolicyName
public NetworkPolicyName NetworkPolicyName { get; set; }
NetworkPolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NetworkPolicyName |