DesktopNetworkConfiguration¶
-
class
oci.desktops.models.DesktopNetworkConfiguration(**kwargs)¶ Bases:
objectProvides information about the network configuration of the desktop pool.
Methods
__init__(**kwargs)Initializes a new DesktopNetworkConfiguration object with values from keyword arguments. Attributes
security_attributesGets the security_attributes of this DesktopNetworkConfiguration. subnet_id[Required] Gets the subnet_id of this DesktopNetworkConfiguration. vcn_id[Required] Gets the vcn_id of this DesktopNetworkConfiguration. -
__init__(**kwargs)¶ Initializes a new DesktopNetworkConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vcn_id (str) – The value to assign to the vcn_id property of this DesktopNetworkConfiguration.
- subnet_id (str) – The value to assign to the subnet_id property of this DesktopNetworkConfiguration.
- security_attributes (dict(str, dict(str, object))) – The value to assign to the security_attributes property of this DesktopNetworkConfiguration.
-
security_attributes¶ Gets the security_attributes of this DesktopNetworkConfiguration. Security attributes for this resource. Each attribute can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources.
Example: {“Oracle-ZPR”: {“MaxEgressCount”: {“value”: “42”, “mode”: “audit”}}}
Returns: The security_attributes of this DesktopNetworkConfiguration. Return type: dict(str, dict(str, object))
-