Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::PublicAdvertisedPrefixPublicDelegatedPrefix.
Represents a CIDR range which can be used to assign addresses.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ip_range
def ip_range() -> ::String
Returns
- (::String) — The IP address range of the public delegated prefix
#ip_range=
def ip_range=(value) -> ::String
Parameter
- value (::String) — The IP address range of the public delegated prefix
Returns
- (::String) — The IP address range of the public delegated prefix
#name
def name() -> ::String
Returns
- (::String) — The name of the public delegated prefix
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the public delegated prefix
Returns
- (::String) — The name of the public delegated prefix
#project
def project() -> ::String
Returns
- (::String) — The project number of the public delegated prefix
#project=
def project=(value) -> ::String
Parameter
- value (::String) — The project number of the public delegated prefix
Returns
- (::String) — The project number of the public delegated prefix
#region
def region() -> ::String
Returns
- (::String) — The region of the public delegated prefix if it is regional. If absent, the prefix is global.
#region=
def region=(value) -> ::String
Parameter
- value (::String) — The region of the public delegated prefix if it is regional. If absent, the prefix is global.
Returns
- (::String) — The region of the public delegated prefix if it is regional. If absent, the prefix is global.
#status
def status() -> ::String
Returns
- (::String) — The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
#status=
def status=(value) -> ::String
Parameter
- value (::String) — The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
Returns
- (::String) — The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.