ResourceAnalyticsInstanceOacNetworkDetails

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

Bases: object

Details required when provisioning OAC on a private network.

Example: {“subnetId”:”ocid…”, …}

Methods

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

Attributes

nsg_ids Gets the nsg_ids of this ResourceAnalyticsInstanceOacNetworkDetails.
subnet_id [Required] Gets the subnet_id of this ResourceAnalyticsInstanceOacNetworkDetails.
__init__(**kwargs)

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

Parameters:
  • subnet_id (str) – The value to assign to the subnet_id property of this ResourceAnalyticsInstanceOacNetworkDetails.
  • nsg_ids (list[str]) – The value to assign to the nsg_ids property of this ResourceAnalyticsInstanceOacNetworkDetails.
nsg_ids

Gets the nsg_ids of this ResourceAnalyticsInstanceOacNetworkDetails. List of Network Security Group OCID’s for the private network details.

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

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

[Required] Gets the subnet_id of this ResourceAnalyticsInstanceOacNetworkDetails. The OCID of the subnet for the private network details.

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