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.
-