ResourceAnalyticsInstanceOacAttachmentDetails¶
-
class
oci.resource_analytics.models.ResourceAnalyticsInstanceOacAttachmentDetails(**kwargs)¶ Bases:
objectAdditional details needed when attaching the OAC instance.
Example: {“idcsDomainId”:”ocid…”,”networkDetails”:{…}, …}
Attributes
CAPACITY_TYPE_OLPU_COUNTA constant which can be used with the capacity_type property of a ResourceAnalyticsInstanceOacAttachmentDetails. CAPACITY_TYPE_USER_COUNTA constant which can be used with the capacity_type property of a ResourceAnalyticsInstanceOacAttachmentDetails. LICENSE_MODEL_BRING_YOUR_OWN_LICENSEA constant which can be used with the license_model property of a ResourceAnalyticsInstanceOacAttachmentDetails. LICENSE_MODEL_LICENSE_INCLUDEDA constant which can be used with the license_model property of a ResourceAnalyticsInstanceOacAttachmentDetails. capacity_typeGets the capacity_type of this ResourceAnalyticsInstanceOacAttachmentDetails. capacity_valueGets the capacity_value of this ResourceAnalyticsInstanceOacAttachmentDetails. idcs_domain_id[Required] Gets the idcs_domain_id of this ResourceAnalyticsInstanceOacAttachmentDetails. license_modelGets the license_model of this ResourceAnalyticsInstanceOacAttachmentDetails. network_detailsGets the network_details of this ResourceAnalyticsInstanceOacAttachmentDetails. nsg_idsGets the nsg_ids of this ResourceAnalyticsInstanceOacAttachmentDetails. subnet_idGets the subnet_id of this ResourceAnalyticsInstanceOacAttachmentDetails. Methods
__init__(**kwargs)Initializes a new ResourceAnalyticsInstanceOacAttachmentDetails object with values from keyword arguments. -
CAPACITY_TYPE_OLPU_COUNT= 'OLPU_COUNT'¶ A constant which can be used with the capacity_type property of a ResourceAnalyticsInstanceOacAttachmentDetails. This constant has a value of “OLPU_COUNT”
-
CAPACITY_TYPE_USER_COUNT= 'USER_COUNT'¶ A constant which can be used with the capacity_type property of a ResourceAnalyticsInstanceOacAttachmentDetails. This constant has a value of “USER_COUNT”
-
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_model property of a ResourceAnalyticsInstanceOacAttachmentDetails. 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 ResourceAnalyticsInstanceOacAttachmentDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__(**kwargs)¶ Initializes a new ResourceAnalyticsInstanceOacAttachmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - idcs_domain_id (str) – The value to assign to the idcs_domain_id property of this ResourceAnalyticsInstanceOacAttachmentDetails.
- network_details (oci.resource_analytics.models.ResourceAnalyticsInstanceOacNetworkDetails) – The value to assign to the network_details property of this ResourceAnalyticsInstanceOacAttachmentDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this ResourceAnalyticsInstanceOacAttachmentDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this ResourceAnalyticsInstanceOacAttachmentDetails.
- license_model (str) – The value to assign to the license_model property of this ResourceAnalyticsInstanceOacAttachmentDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- capacity_type (str) – The value to assign to the capacity_type property of this ResourceAnalyticsInstanceOacAttachmentDetails. Allowed values for this property are: “OLPU_COUNT”, “USER_COUNT”
- capacity_value (int) – The value to assign to the capacity_value property of this ResourceAnalyticsInstanceOacAttachmentDetails.
-
capacity_type¶ Gets the capacity_type of this ResourceAnalyticsInstanceOacAttachmentDetails. The capacity model to use for the Analytics Instance.
Allowed values for this property are: “OLPU_COUNT”, “USER_COUNT”
Returns: The capacity_type of this ResourceAnalyticsInstanceOacAttachmentDetails. Return type: str
-
capacity_value¶ Gets the capacity_value of this ResourceAnalyticsInstanceOacAttachmentDetails. The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics Instance.
Returns: The capacity_value of this ResourceAnalyticsInstanceOacAttachmentDetails. Return type: int
-
idcs_domain_id¶ [Required] Gets the idcs_domain_id of this ResourceAnalyticsInstanceOacAttachmentDetails. IDCS domain OCID identifying a stripe and service administrator user.
Returns: The idcs_domain_id of this ResourceAnalyticsInstanceOacAttachmentDetails. Return type: str
-
license_model¶ Gets the license_model of this ResourceAnalyticsInstanceOacAttachmentDetails. The Oracle license model that applies to the OAC instance.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_model of this ResourceAnalyticsInstanceOacAttachmentDetails. Return type: str
-
network_details¶ Gets the network_details of this ResourceAnalyticsInstanceOacAttachmentDetails.
Returns: The network_details of this ResourceAnalyticsInstanceOacAttachmentDetails. Return type: oci.resource_analytics.models.ResourceAnalyticsInstanceOacNetworkDetails
-
nsg_ids¶ Gets the nsg_ids of this ResourceAnalyticsInstanceOacAttachmentDetails. Deprecated. Use networkDetails.nsgIds instead.
Returns: The nsg_ids of this ResourceAnalyticsInstanceOacAttachmentDetails. Return type: list[str]
-
subnet_id¶ Gets the subnet_id of this ResourceAnalyticsInstanceOacAttachmentDetails. Deprecated. Use networkDetails.subnetId instead.
Returns: The subnet_id of this ResourceAnalyticsInstanceOacAttachmentDetails. Return type: str
-