Class: Google::Cloud::Compute::V1::PublicDelegatedPrefixesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PublicDelegatedPrefixesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#public_delegated_prefixes ⇒ ::Array<::Google::Cloud::Compute::V1::PublicDelegatedPrefix>
[Output Only] A list of PublicDelegatedPrefixes contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.
Instance Attribute Details
#public_delegated_prefixes ⇒ ::Array<::Google::Cloud::Compute::V1::PublicDelegatedPrefix>
Returns [Output Only] A list of PublicDelegatedPrefixes contained in this scope.
24763 24764 24765 24766 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24763 class PublicDelegatedPrefixesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns [Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.
24763 24764 24765 24766 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24763 class PublicDelegatedPrefixesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |