Class: Google::Cloud::Compute::V1::PreservedStatePreservedNetworkIpIpAddress
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PreservedStatePreservedNetworkIpIpAddress
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#address ⇒ ::String
The URL of the reservation for this IP address.
-
#literal ⇒ ::String
An IPv4 internal network address to assign to the instance for this network interface.
Instance Attribute Details
#address ⇒ ::String
Returns The URL of the reservation for this IP address.
24158 24159 24160 24161 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24158 class PreservedStatePreservedNetworkIpIpAddress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#literal ⇒ ::String
Returns An IPv4 internal network address to assign to the instance for this network interface.
24158 24159 24160 24161 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24158 class PreservedStatePreservedNetworkIpIpAddress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |