Class: Google::Cloud::BackupDR::V1::AliasIpRange

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

Overview

An alias IP range attached to an instance's network interface.

Instance Attribute Summary collapse

Instance Attribute Details

#ip_cidr_range::String

Returns Optional. The IP alias ranges to allocate for this interface.

Returns:

  • (::String)

    Optional. The IP alias ranges to allocate for this interface.



585
586
587
588
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 585

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

#subnetwork_range_name::String

Returns Optional. The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.

Returns:

  • (::String)

    Optional. The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.



585
586
587
588
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 585

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