Class: Google::Cloud::VmwareEngine::V1::FetchNetworkPolicyExternalAddressesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::FetchNetworkPolicyExternalAddressesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Response message for VmwareEngine.FetchNetworkPolicyExternalAddresses
Instance Attribute Summary collapse
-
#external_addresses ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::ExternalAddress>
A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#external_addresses ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::ExternalAddress>
Returns A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.
565 566 567 568 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 565 class FetchNetworkPolicyExternalAddressesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
565 566 567 568 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 565 class FetchNetworkPolicyExternalAddressesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |