CreateCccInfrastructureDetails¶
-
class
oci.compute_cloud_at_customer.models.
CreateCccInfrastructureDetails
(**kwargs)¶ Bases:
object
The configuration details for creating Compute Cloud@Customer infrastructure.
Methods
__init__
(**kwargs)Initializes a new CreateCccInfrastructureDetails object with values from keyword arguments. Attributes
ccc_upgrade_schedule_id
Gets the ccc_upgrade_schedule_id of this CreateCccInfrastructureDetails. compartment_id
[Required] Gets the compartment_id of this CreateCccInfrastructureDetails. connection_details
Gets the connection_details of this CreateCccInfrastructureDetails. connection_state
Gets the connection_state of this CreateCccInfrastructureDetails. defined_tags
Gets the defined_tags of this CreateCccInfrastructureDetails. description
Gets the description of this CreateCccInfrastructureDetails. display_name
[Required] Gets the display_name of this CreateCccInfrastructureDetails. freeform_tags
Gets the freeform_tags of this CreateCccInfrastructureDetails. subnet_id
[Required] Gets the subnet_id of this CreateCccInfrastructureDetails. -
__init__
(**kwargs)¶ Initializes a new CreateCccInfrastructureDetails 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 CreateCccInfrastructureDetails.
- description (str) – The value to assign to the description property of this CreateCccInfrastructureDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateCccInfrastructureDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateCccInfrastructureDetails.
- connection_state (str) – The value to assign to the connection_state property of this CreateCccInfrastructureDetails.
- connection_details (str) – The value to assign to the connection_details property of this CreateCccInfrastructureDetails.
- ccc_upgrade_schedule_id (str) – The value to assign to the ccc_upgrade_schedule_id property of this CreateCccInfrastructureDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateCccInfrastructureDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateCccInfrastructureDetails.
-
ccc_upgrade_schedule_id
¶ Gets the ccc_upgrade_schedule_id of this CreateCccInfrastructureDetails. Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be upgraded at any time.
Returns: The ccc_upgrade_schedule_id of this CreateCccInfrastructureDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateCccInfrastructureDetails. The compartment OCID associated with the infrastructure.
Returns: The compartment_id of this CreateCccInfrastructureDetails. Return type: str
-
connection_details
¶ Gets the connection_details of this CreateCccInfrastructureDetails. A message describing the current connection state in more detail.
Returns: The connection_details of this CreateCccInfrastructureDetails. Return type: str
-
connection_state
¶ Gets the connection_state of this CreateCccInfrastructureDetails. The current connection state of the Compute Cloud@Customer infrastructure. This value will default to REJECT if the value is not provided. The only valid value at creation time is REJECT.
Returns: The connection_state of this CreateCccInfrastructureDetails. Return type: str
Gets the defined_tags of this CreateCccInfrastructureDetails. 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 CreateCccInfrastructureDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateCccInfrastructureDetails. A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
Returns: The description of this CreateCccInfrastructureDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateCccInfrastructureDetails. 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 CreateCccInfrastructureDetails. Return type: str
Gets the freeform_tags of this CreateCccInfrastructureDetails. 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 CreateCccInfrastructureDetails. Return type: dict(str, str)
-
subnet_id
¶ [Required] Gets the subnet_id of this CreateCccInfrastructureDetails. Identifier for network subnet that will be used to communicate with Compute Cloud@Customer infrastructure.
Returns: The subnet_id of this CreateCccInfrastructureDetails. Return type: str
-