Class: Google::Cloud::VmwareEngine::V1::GetNetworkPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::GetNetworkPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Request message for VmwareEngine.GetNetworkPolicy
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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
.
1901 1902 1903 1904 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1901 class GetNetworkPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |