Class: Google::Cloud::VmwareEngine::V1::ListNetworkPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::ListNetworkPoliciesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Response message for VmwareEngine.ListNetworkPolicies
Instance Attribute Summary collapse
-
#network_policies ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::NetworkPolicy>
A list of network policies.
-
#next_page_token ⇒ ::String
A token, which can be send as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached when making an aggregated query using wildcards.
Instance Attribute Details
#network_policies ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::NetworkPolicy>
Returns A list of network policies.
1887 1888 1889 1890 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1887 class ListNetworkPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be send as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
1887 1888 1889 1890 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1887 class ListNetworkPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached when making an aggregated query using wildcards.
1887 1888 1889 1890 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1887 class ListNetworkPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |