Method: OCI::Core::Models::CreateRouteTableDetails#compartment_id

Defined in:
lib/oci/core/models/create_route_table_details.rb

#compartment_idString

[Required] The [OCID](docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to contain the route table.

Returns:

  • (String)


12
13
14
# File 'lib/oci/core/models/create_route_table_details.rb', line 12

def compartment_id
  @compartment_id
end