Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::UsableSubnetworkSecondaryRange.
Secondary IP range of a usable subnetwork.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ip_cidr_range
def ip_cidr_range() -> ::String
Returns
- (::String) — The range of IP addresses belonging to this subnetwork secondary range.
#ip_cidr_range=
def ip_cidr_range=(value) -> ::String
Parameter
- value (::String) — The range of IP addresses belonging to this subnetwork secondary range.
Returns
- (::String) — The range of IP addresses belonging to this subnetwork secondary range.
#range_name
def range_name() -> ::String
Returns
- (::String) — The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
#range_name=
def range_name=(value) -> ::String
Parameter
- value (::String) — The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
Returns
- (::String) — The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
#status
def status() -> ::Google::Cloud::Container::V1::UsableSubnetworkSecondaryRange::Status
Returns
- (::Google::Cloud::Container::V1::UsableSubnetworkSecondaryRange::Status) — This field is to determine the status of the secondary range programmably.
#status=
def status=(value) -> ::Google::Cloud::Container::V1::UsableSubnetworkSecondaryRange::Status
Parameter
- value (::Google::Cloud::Container::V1::UsableSubnetworkSecondaryRange::Status) — This field is to determine the status of the secondary range programmably.
Returns
- (::Google::Cloud::Container::V1::UsableSubnetworkSecondaryRange::Status) — This field is to determine the status of the secondary range programmably.