OdaPrivateEndpointScanProxy¶
-
class
oci.oda.models.
OdaPrivateEndpointScanProxy
(**kwargs)¶ Bases:
object
Details pertaining to a scan proxy instance created for a scan listener FQDN/IPs
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. PROTOCOL_TCP
A constant which can be used with the protocol property of a OdaPrivateEndpointScanProxy. SCAN_LISTENER_TYPE_FQDN
A constant which can be used with the scan_listener_type property of a OdaPrivateEndpointScanProxy. SCAN_LISTENER_TYPE_IP
A constant which can be used with the scan_listener_type property of a OdaPrivateEndpointScanProxy. id
[Required] Gets the id of this OdaPrivateEndpointScanProxy. lifecycle_state
Gets the lifecycle_state of this OdaPrivateEndpointScanProxy. protocol
[Required] Gets the protocol of this OdaPrivateEndpointScanProxy. scan_listener_infos
[Required] Gets the scan_listener_infos of this OdaPrivateEndpointScanProxy. scan_listener_type
[Required] Gets the scan_listener_type of this OdaPrivateEndpointScanProxy. time_created
Gets the time_created of this OdaPrivateEndpointScanProxy. Methods
__init__
(**kwargs)Initializes a new OdaPrivateEndpointScanProxy object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a OdaPrivateEndpointScanProxy. This constant has a value of “FAILED”
-
PROTOCOL_TCP
= 'TCP'¶ A constant which can be used with the protocol property of a OdaPrivateEndpointScanProxy. This constant has a value of “TCP”
-
SCAN_LISTENER_TYPE_FQDN
= 'FQDN'¶ A constant which can be used with the scan_listener_type property of a OdaPrivateEndpointScanProxy. This constant has a value of “FQDN”
-
SCAN_LISTENER_TYPE_IP
= 'IP'¶ A constant which can be used with the scan_listener_type property of a OdaPrivateEndpointScanProxy. This constant has a value of “IP”
-
__init__
(**kwargs)¶ Initializes a new OdaPrivateEndpointScanProxy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this OdaPrivateEndpointScanProxy.
- scan_listener_type (str) – The value to assign to the scan_listener_type property of this OdaPrivateEndpointScanProxy. Allowed values for this property are: “FQDN”, “IP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- protocol (str) – The value to assign to the protocol property of this OdaPrivateEndpointScanProxy. Allowed values for this property are: “TCP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- scan_listener_infos (list[oci.oda.models.ScanListenerInfo]) – The value to assign to the scan_listener_infos property of this OdaPrivateEndpointScanProxy.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OdaPrivateEndpointScanProxy. Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this OdaPrivateEndpointScanProxy.
-
id
¶ [Required] Gets the id of this OdaPrivateEndpointScanProxy. The OCID of the ODA Private Endpoint Scan Proxy.
Returns: The id of this OdaPrivateEndpointScanProxy. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this OdaPrivateEndpointScanProxy. The current state of the ODA Private Endpoint Scan Proxy.
Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this OdaPrivateEndpointScanProxy. Return type: str
-
protocol
¶ [Required] Gets the protocol of this OdaPrivateEndpointScanProxy. The protocol used for communication between client, scanProxy and RAC’s scan listeners
Allowed values for this property are: “TCP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The protocol of this OdaPrivateEndpointScanProxy. Return type: str
-
scan_listener_infos
¶ [Required] Gets the scan_listener_infos of this OdaPrivateEndpointScanProxy. The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.
Returns: The scan_listener_infos of this OdaPrivateEndpointScanProxy. Return type: list[oci.oda.models.ScanListenerInfo]
-
scan_listener_type
¶ [Required] Gets the scan_listener_type of this OdaPrivateEndpointScanProxy. Type indicating whether Scan listener is specified by its FQDN or list of IPs
Allowed values for this property are: “FQDN”, “IP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The scan_listener_type of this OdaPrivateEndpointScanProxy. Return type: str
-