CreateOutboundConnectorDetails¶
- 
class oci.file_storage.models.CreateOutboundConnectorDetails(**kwargs)¶
- Bases: - object- Details for creating the outbound connector. - Methods - __init__(**kwargs)- Initializes a new CreateOutboundConnectorDetails object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - Attributes - availability_domain- [Required] Gets the availability_domain of this CreateOutboundConnectorDetails. - compartment_id- [Required] Gets the compartment_id of this CreateOutboundConnectorDetails. - connector_type- [Required] Gets the connector_type of this CreateOutboundConnectorDetails. - defined_tags- Gets the defined_tags of this CreateOutboundConnectorDetails. - display_name- Gets the display_name of this CreateOutboundConnectorDetails. - freeform_tags- Gets the freeform_tags of this CreateOutboundConnectorDetails. - locks- Gets the locks of this CreateOutboundConnectorDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateOutboundConnectorDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: - The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - availability_domain (str) – The value to assign to the availability_domain property of this CreateOutboundConnectorDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateOutboundConnectorDetails.
- display_name (str) – The value to assign to the display_name property of this CreateOutboundConnectorDetails.
- connector_type (str) – The value to assign to the connector_type property of this CreateOutboundConnectorDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOutboundConnectorDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOutboundConnectorDetails.
- locks (list[oci.file_storage.models.ResourceLock]) – The value to assign to the locks property of this CreateOutboundConnectorDetails.
 
 - 
availability_domain¶
- [Required] Gets the availability_domain of this CreateOutboundConnectorDetails. The availability domain the outbound connector is in. May be unset as a blank or NULL value. - Example: Uocm:PHX-AD-1 - Returns: - The availability_domain of this CreateOutboundConnectorDetails. - Return type: - str 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this CreateOutboundConnectorDetails. The OCID of the compartment that contains the outbound connector. - Returns: - The compartment_id of this CreateOutboundConnectorDetails. - Return type: - str 
 - 
connector_type¶
- [Required] Gets the connector_type of this CreateOutboundConnectorDetails. The account type of this outbound connector. - Returns: - The connector_type of this CreateOutboundConnectorDetails. - Return type: - str 
 - Gets the defined_tags of this CreateOutboundConnectorDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Returns: - The defined_tags of this CreateOutboundConnectorDetails. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- Gets the display_name of this CreateOutboundConnectorDetails. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. - Example: My outbound connector - Returns: - The display_name of this CreateOutboundConnectorDetails. - Return type: - str 
 - Gets the freeform_tags of this CreateOutboundConnectorDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.- For more information, see Resource Tags. Example: {“Department”: “Finance”} - Returns: - The freeform_tags of this CreateOutboundConnectorDetails. - Return type: - dict(str, str) 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
locks¶
- Gets the locks of this CreateOutboundConnectorDetails. Locks associated with this resource. - Returns: - The locks of this CreateOutboundConnectorDetails. - Return type: - list[oci.file_storage.models.ResourceLock] 
 
-