Class: Google::Cloud::Compute::V1::PublicAdvertisedPrefixPublicDelegatedPrefix
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PublicAdvertisedPrefixPublicDelegatedPrefix
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a CIDR range which can be used to assign addresses.
Instance Attribute Summary collapse
-
#ip_range ⇒ ::String
The IP address range of the public delegated prefix.
-
#name ⇒ ::String
The name of the public delegated prefix.
-
#project ⇒ ::String
The project number of the public delegated prefix.
-
#region ⇒ ::String
The region of the public delegated prefix if it is regional.
-
#status ⇒ ::String
The status of the public delegated prefix.
Instance Attribute Details
#ip_range ⇒ ::String
27644 27645 27646 27647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27644 class PublicAdvertisedPrefixPublicDelegatedPrefix include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
27644 27645 27646 27647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27644 class PublicAdvertisedPrefixPublicDelegatedPrefix include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
27644 27645 27646 27647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27644 class PublicAdvertisedPrefixPublicDelegatedPrefix include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
27644 27645 27646 27647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27644 class PublicAdvertisedPrefixPublicDelegatedPrefix include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::String
27644 27645 27646 27647 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27644 class PublicAdvertisedPrefixPublicDelegatedPrefix include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |