Class: Google::Cloud::OracleDatabase::V1::GetOdbSubnetRequest

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

Overview

The request for OdbSubnet.Get.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}.

Returns:

  • (::String)

    Required. The name of the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}.



182
183
184
185
# File 'proto_docs/google/cloud/oracledatabase/v1/odb_subnet.rb', line 182

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