UpdateCccInfrastructureDetails

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

Bases: object

Updates Compute Cloud@Customer infrastructure configuration details.

Methods

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

Attributes

ccc_upgrade_schedule_id Gets the ccc_upgrade_schedule_id of this UpdateCccInfrastructureDetails.
connection_details Gets the connection_details of this UpdateCccInfrastructureDetails.
connection_state Gets the connection_state of this UpdateCccInfrastructureDetails.
defined_tags Gets the defined_tags of this UpdateCccInfrastructureDetails.
description Gets the description of this UpdateCccInfrastructureDetails.
display_name Gets the display_name of this UpdateCccInfrastructureDetails.
freeform_tags Gets the freeform_tags of this UpdateCccInfrastructureDetails.
subnet_id Gets the subnet_id of this UpdateCccInfrastructureDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateCccInfrastructureDetails.
  • description (str) – The value to assign to the description property of this UpdateCccInfrastructureDetails.
  • subnet_id (str) – The value to assign to the subnet_id property of this UpdateCccInfrastructureDetails.
  • connection_state (str) – The value to assign to the connection_state property of this UpdateCccInfrastructureDetails.
  • connection_details (str) – The value to assign to the connection_details property of this UpdateCccInfrastructureDetails.
  • ccc_upgrade_schedule_id (str) – The value to assign to the ccc_upgrade_schedule_id property of this UpdateCccInfrastructureDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateCccInfrastructureDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateCccInfrastructureDetails.
ccc_upgrade_schedule_id

Gets the ccc_upgrade_schedule_id of this UpdateCccInfrastructureDetails. Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.

Returns:The ccc_upgrade_schedule_id of this UpdateCccInfrastructureDetails.
Return type:str
connection_details

Gets the connection_details of this UpdateCccInfrastructureDetails. A message describing the current connection state in more detail.

Returns:The connection_details of this UpdateCccInfrastructureDetails.
Return type:str
connection_state

Gets the connection_state of this UpdateCccInfrastructureDetails. An updated connection state of the Compute Cloud@Customer infrastructure.

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

Gets the defined_tags of this UpdateCccInfrastructureDetails. 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 UpdateCccInfrastructureDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateCccInfrastructureDetails. A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.

Returns:The description of this UpdateCccInfrastructureDetails.
Return type:str
display_name

Gets the display_name of this UpdateCccInfrastructureDetails. 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 UpdateCccInfrastructureDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateCccInfrastructureDetails. 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 UpdateCccInfrastructureDetails.
Return type:dict(str, str)
subnet_id

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

Returns:The subnet_id of this UpdateCccInfrastructureDetails.
Return type:str