PrivateStreamNetworkAccessDetails¶
-
class
oci.ai_vision.models.
PrivateStreamNetworkAccessDetails
(**kwargs)¶ Bases:
oci.ai_vision.models.stream_network_access_details.StreamNetworkAccessDetails
Details of private endpoint to connect to stream
Attributes
STREAM_ACCESS_TYPE_PRIVATE
str(object=’’) -> str private_endpoint_id
[Required] Gets the private_endpoint_id of this PrivateStreamNetworkAccessDetails. stream_access_type
[Required] Gets the stream_access_type of this StreamNetworkAccessDetails. Methods
__init__
(**kwargs)Initializes a new PrivateStreamNetworkAccessDetails 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. -
STREAM_ACCESS_TYPE_PRIVATE
= 'PRIVATE'¶
-
__init__
(**kwargs)¶ Initializes a new PrivateStreamNetworkAccessDetails object with values from keyword arguments. The default value of the
stream_access_type
attribute of this class isPRIVATE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - stream_access_type (str) – The value to assign to the stream_access_type property of this PrivateStreamNetworkAccessDetails. Allowed values for this property are: “PRIVATE”
- private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this PrivateStreamNetworkAccessDetails.
-
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.
-
private_endpoint_id
¶ [Required] Gets the private_endpoint_id of this PrivateStreamNetworkAccessDetails. OCID of the private Endpoint
Returns: The private_endpoint_id of this PrivateStreamNetworkAccessDetails. Return type: str
-
stream_access_type
¶ [Required] Gets the stream_access_type of this StreamNetworkAccessDetails. Type of access Allowed values are: - PRIVATE
Allowed values for this property are: “PRIVATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The stream_access_type of this StreamNetworkAccessDetails. Return type: str
-