DesktopNetworkConfiguration¶
-
class
oci.desktops.models.
DesktopNetworkConfiguration
(**kwargs)¶ Bases:
object
Provides information about the network configuration of the desktop pool.
Methods
__init__
(**kwargs)Initializes a new DesktopNetworkConfiguration object with values from keyword arguments. Attributes
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.
-