CreateResourceAnalyticsInstanceDetails

class oci.resource_analytics.models.CreateResourceAnalyticsInstanceDetails(**kwargs)

Bases: object

The data to create a ResourceAnalyticsInstance.

Attributes

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a CreateResourceAnalyticsInstanceDetails.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a CreateResourceAnalyticsInstanceDetails.
adw_admin_password [Required] Gets the adw_admin_password of this CreateResourceAnalyticsInstanceDetails.
compartment_id [Required] Gets the compartment_id of this CreateResourceAnalyticsInstanceDetails.
defined_tags Gets the defined_tags of this CreateResourceAnalyticsInstanceDetails.
description Gets the description of this CreateResourceAnalyticsInstanceDetails.
display_name Gets the display_name of this CreateResourceAnalyticsInstanceDetails.
freeform_tags Gets the freeform_tags of this CreateResourceAnalyticsInstanceDetails.
is_mutual_tls_required Gets the is_mutual_tls_required of this CreateResourceAnalyticsInstanceDetails.
license_model Gets the license_model of this CreateResourceAnalyticsInstanceDetails.
nsg_ids Gets the nsg_ids of this CreateResourceAnalyticsInstanceDetails.
subnet_id [Required] Gets the subnet_id of this CreateResourceAnalyticsInstanceDetails.

Methods

__init__(**kwargs) Initializes a new CreateResourceAnalyticsInstanceDetails object with values from keyword arguments.
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'

A constant which can be used with the license_model property of a CreateResourceAnalyticsInstanceDetails. This constant has a value of “BRING_YOUR_OWN_LICENSE”

LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'

A constant which can be used with the license_model property of a CreateResourceAnalyticsInstanceDetails. This constant has a value of “LICENSE_INCLUDED”

__init__(**kwargs)

Initializes a new CreateResourceAnalyticsInstanceDetails 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 CreateResourceAnalyticsInstanceDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateResourceAnalyticsInstanceDetails.
  • description (str) – The value to assign to the description property of this CreateResourceAnalyticsInstanceDetails.
  • adw_admin_password (oci.resource_analytics.models.AdwAdminPasswordDetails) – The value to assign to the adw_admin_password property of this CreateResourceAnalyticsInstanceDetails.
  • subnet_id (str) – The value to assign to the subnet_id property of this CreateResourceAnalyticsInstanceDetails.
  • is_mutual_tls_required (bool) – The value to assign to the is_mutual_tls_required property of this CreateResourceAnalyticsInstanceDetails.
  • nsg_ids (list[str]) – The value to assign to the nsg_ids property of this CreateResourceAnalyticsInstanceDetails.
  • license_model (str) – The value to assign to the license_model property of this CreateResourceAnalyticsInstanceDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateResourceAnalyticsInstanceDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateResourceAnalyticsInstanceDetails.
adw_admin_password

[Required] Gets the adw_admin_password of this CreateResourceAnalyticsInstanceDetails.

Returns:The adw_admin_password of this CreateResourceAnalyticsInstanceDetails.
Return type:oci.resource_analytics.models.AdwAdminPasswordDetails
compartment_id

[Required] Gets the compartment_id of this CreateResourceAnalyticsInstanceDetails. The OCID of the compartment to create the ResourceAnalyticsInstance in.

Returns:The compartment_id of this CreateResourceAnalyticsInstanceDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateResourceAnalyticsInstanceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this CreateResourceAnalyticsInstanceDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this CreateResourceAnalyticsInstanceDetails. A description of the ResourceAnalyticsInstance instance.

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

Gets the display_name of this CreateResourceAnalyticsInstanceDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

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

Gets the freeform_tags of this CreateResourceAnalyticsInstanceDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateResourceAnalyticsInstanceDetails.
Return type:dict(str, str)
is_mutual_tls_required

Gets the is_mutual_tls_required of this CreateResourceAnalyticsInstanceDetails. Require mutual TLS (mTLS) when authenticating connections to the ADW database.

Returns:The is_mutual_tls_required of this CreateResourceAnalyticsInstanceDetails.
Return type:bool
license_model

Gets the license_model of this CreateResourceAnalyticsInstanceDetails. The Oracle license model that applies to the ADW instance.

Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”

Returns:The license_model of this CreateResourceAnalyticsInstanceDetails.
Return type:str
nsg_ids

Gets the nsg_ids of this CreateResourceAnalyticsInstanceDetails. List of Network Security Group OCID’s.

Example: [“ocid…”, “ocid…”]

Returns:The nsg_ids of this CreateResourceAnalyticsInstanceDetails.
Return type:list[str]
subnet_id

[Required] Gets the subnet_id of this CreateResourceAnalyticsInstanceDetails. The OCID of the subnet the resource is associated with.

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