Google Cloud VMware Engine V1 API - Class Google::Cloud::VmwareEngine::V1::ExternalAccessRule::IpRange (v0.7.1)

Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Cloud::VmwareEngine::V1::ExternalAccessRule::IpRange.

An IP range provided in any one of the supported formats.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#external_address

def external_address() -> ::String
Returns
  • (::String) — The name of an ExternalAddress resource. The external address must have been reserved in the scope of this external access rule's parent network policy. Provide the external address name in the form of projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address.

#external_address=

def external_address=(value) -> ::String
Parameter
  • value (::String) — The name of an ExternalAddress resource. The external address must have been reserved in the scope of this external access rule's parent network policy. Provide the external address name in the form of projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address.
Returns
  • (::String) — The name of an ExternalAddress resource. The external address must have been reserved in the scope of this external access rule's parent network policy. Provide the external address name in the form of projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address.

#ip_address

def ip_address() -> ::String
Returns
  • (::String) — A single IP address. For example: 10.0.0.5.

#ip_address=

def ip_address=(value) -> ::String
Parameter
  • value (::String) — A single IP address. For example: 10.0.0.5.
Returns
  • (::String) — A single IP address. For example: 10.0.0.5.

#ip_address_range

def ip_address_range() -> ::String
Returns
  • (::String) — An IP address range in the CIDR format. For example: 10.0.0.0/24.

#ip_address_range=

def ip_address_range=(value) -> ::String
Parameter
  • value (::String) — An IP address range in the CIDR format. For example: 10.0.0.0/24.
Returns
  • (::String) — An IP address range in the CIDR format. For example: 10.0.0.0/24.