Class: Google::Cloud::VmwareEngine::V1::ExternalAccessRule::IpRange

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#external_address::String

Returns 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.



553
554
555
556
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 553

class IpRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ip_address::String

Returns A single IP address. For example: 10.0.0.5.

Returns:

  • (::String)

    A single IP address. For example: 10.0.0.5.



553
554
555
556
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 553

class IpRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ip_address_range::String

Returns 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.



553
554
555
556
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 553

class IpRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end