Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::PreservedStatePreservedNetworkIp (v2.8.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::PreservedStatePreservedNetworkIp.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auto_delete

def auto_delete() -> ::String
Returns
  • (::String) — These stateful IPs will never be released during autohealing, update or VM instance recreate operations. This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Check the AutoDelete enum for the list of possible values.

#auto_delete=

def auto_delete=(value) -> ::String
Parameter
  • value (::String) — These stateful IPs will never be released during autohealing, update or VM instance recreate operations. This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Check the AutoDelete enum for the list of possible values.
Returns
  • (::String) — These stateful IPs will never be released during autohealing, update or VM instance recreate operations. This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Check the AutoDelete enum for the list of possible values.

#ip_address

def ip_address() -> ::Google::Cloud::Compute::V1::PreservedStatePreservedNetworkIpIpAddress

#ip_address=

def ip_address=(value) -> ::Google::Cloud::Compute::V1::PreservedStatePreservedNetworkIpIpAddress
Parameter