NetworkSecurityGroupVnic¶
-
class
oci.vn_monitoring.models.
NetworkSecurityGroupVnic
(**kwargs)¶ Bases:
object
Information about a VNIC that belongs to a network security group.
Methods
__init__
(**kwargs)Initializes a new NetworkSecurityGroupVnic object with values from keyword arguments. Attributes
resource_id
Gets the resource_id of this NetworkSecurityGroupVnic. time_associated
Gets the time_associated of this NetworkSecurityGroupVnic. vnic_id
[Required] Gets the vnic_id of this NetworkSecurityGroupVnic. -
__init__
(**kwargs)¶ Initializes a new NetworkSecurityGroupVnic object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_id (str) – The value to assign to the resource_id property of this NetworkSecurityGroupVnic.
- time_associated (datetime) – The value to assign to the time_associated property of this NetworkSecurityGroupVnic.
- vnic_id (str) – The value to assign to the vnic_id property of this NetworkSecurityGroupVnic.
-
resource_id
¶ Gets the resource_id of this NetworkSecurityGroupVnic. The OCID of the parent resource that the VNIC is attached to (for example, a Compute instance).
Returns: The resource_id of this NetworkSecurityGroupVnic. Return type: str
-