CccInfrastructureSummary

class oci.compute_cloud_at_customer.models.CccInfrastructureSummary(**kwargs)

Bases: object

Summary information about a Compute Cloud@Customer infrastructure.

Methods

__init__(**kwargs) Initializes a new CccInfrastructureSummary object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this CccInfrastructureSummary.
connection_state Gets the connection_state of this CccInfrastructureSummary.
defined_tags Gets the defined_tags of this CccInfrastructureSummary.
display_name [Required] Gets the display_name of this CccInfrastructureSummary.
freeform_tags Gets the freeform_tags of this CccInfrastructureSummary.
id [Required] Gets the id of this CccInfrastructureSummary.
lifecycle_state [Required] Gets the lifecycle_state of this CccInfrastructureSummary.
short_name Gets the short_name of this CccInfrastructureSummary.
subnet_id [Required] Gets the subnet_id of this CccInfrastructureSummary.
system_tags Gets the system_tags of this CccInfrastructureSummary.
time_created [Required] Gets the time_created of this CccInfrastructureSummary.
__init__(**kwargs)

Initializes a new CccInfrastructureSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this CccInfrastructureSummary.
  • short_name (str) – The value to assign to the short_name property of this CccInfrastructureSummary.
  • display_name (str) – The value to assign to the display_name property of this CccInfrastructureSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this CccInfrastructureSummary.
  • subnet_id (str) – The value to assign to the subnet_id property of this CccInfrastructureSummary.
  • time_created (datetime) – The value to assign to the time_created property of this CccInfrastructureSummary.
  • connection_state (str) – The value to assign to the connection_state property of this CccInfrastructureSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this CccInfrastructureSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CccInfrastructureSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CccInfrastructureSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CccInfrastructureSummary.
compartment_id

[Required] Gets the compartment_id of this CccInfrastructureSummary. The compartment OCID associated with the infrastructure.

Returns:The compartment_id of this CccInfrastructureSummary.
Return type:str
connection_state

Gets the connection_state of this CccInfrastructureSummary. The current connection state of the infrastructure.

Returns:The connection_state of this CccInfrastructureSummary.
Return type:str
defined_tags

Gets the defined_tags of this CccInfrastructureSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this CccInfrastructureSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this CccInfrastructureSummary. The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information.

Returns:The display_name of this CccInfrastructureSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this CccInfrastructureSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this CccInfrastructureSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this CccInfrastructureSummary. The Compute Cloud@Customer infrastructure OCID. This cannot be changed once created.

Returns:The id of this CccInfrastructureSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this CccInfrastructureSummary. The current state of the Compute Cloud@Customer infrastructure.

Returns:The lifecycle_state of this CccInfrastructureSummary.
Return type:str
short_name

Gets the short_name of this CccInfrastructureSummary. The Compute Cloud@Customer infrastructure short name. This is generated at the time the resource is created and cannot be changed. The short name can be used when communicating with Oracle Service and may be used during the configuration of the data center network.

Returns:The short_name of this CccInfrastructureSummary.
Return type:str
subnet_id

[Required] Gets the subnet_id of this CccInfrastructureSummary. OCID for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.

Returns:The subnet_id of this CccInfrastructureSummary.
Return type:str
system_tags

Gets the system_tags of this CccInfrastructureSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this CccInfrastructureSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this CccInfrastructureSummary. Compute Cloud@Customer infrastructure creation date and time. An RFC3339 formatted datetime string.

Returns:The time_created of this CccInfrastructureSummary.
Return type:datetime