NodePoolPrimaryVnicDetails

class oci.container_engine.models.NodePoolPrimaryVnicDetails(**kwargs)

Bases: object

Details for node’s primary VNIC

Methods

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

Attributes

security_attributes Gets the security_attributes of this NodePoolPrimaryVnicDetails.
__init__(**kwargs)

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

Parameters:security_attributes (dict(str, dict(str, object))) – The value to assign to the security_attributes property of this NodePoolPrimaryVnicDetails.
security_attributes

Gets the security_attributes of this NodePoolPrimaryVnicDetails. Security attributes are labels

for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources.
Returns:The security_attributes of this NodePoolPrimaryVnicDetails.
Return type:dict(str, dict(str, object))