GenerativeAiPrivateEndpointSummary¶
-
class
oci.generative_ai.models.
GenerativeAiPrivateEndpointSummary
(**kwargs)¶ Bases:
object
List of Generative AI private endpoints.
Methods
__init__
(**kwargs)Initializes a new GenerativeAiPrivateEndpointSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this GenerativeAiPrivateEndpointSummary. defined_tags
Gets the defined_tags of this GenerativeAiPrivateEndpointSummary. description
Gets the description of this GenerativeAiPrivateEndpointSummary. display_name
Gets the display_name of this GenerativeAiPrivateEndpointSummary. fqdn
[Required] Gets the fqdn of this GenerativeAiPrivateEndpointSummary. freeform_tags
Gets the freeform_tags of this GenerativeAiPrivateEndpointSummary. id
[Required] Gets the id of this GenerativeAiPrivateEndpointSummary. lifecycle_details
Gets the lifecycle_details of this GenerativeAiPrivateEndpointSummary. lifecycle_state
[Required] Gets the lifecycle_state of this GenerativeAiPrivateEndpointSummary. private_endpoint_ip
Gets the private_endpoint_ip of this GenerativeAiPrivateEndpointSummary. subnet_id
[Required] Gets the subnet_id of this GenerativeAiPrivateEndpointSummary. system_tags
Gets the system_tags of this GenerativeAiPrivateEndpointSummary. time_created
[Required] Gets the time_created of this GenerativeAiPrivateEndpointSummary. time_updated
[Required] Gets the time_updated of this GenerativeAiPrivateEndpointSummary. -
__init__
(**kwargs)¶ Initializes a new GenerativeAiPrivateEndpointSummary 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 GenerativeAiPrivateEndpointSummary.
- display_name (str) – The value to assign to the display_name property of this GenerativeAiPrivateEndpointSummary.
- description (str) – The value to assign to the description property of this GenerativeAiPrivateEndpointSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this GenerativeAiPrivateEndpointSummary.
- subnet_id (str) – The value to assign to the subnet_id property of this GenerativeAiPrivateEndpointSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this GenerativeAiPrivateEndpointSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this GenerativeAiPrivateEndpointSummary.
- fqdn (str) – The value to assign to the fqdn property of this GenerativeAiPrivateEndpointSummary.
- private_endpoint_ip (str) – The value to assign to the private_endpoint_ip property of this GenerativeAiPrivateEndpointSummary.
- time_created (datetime) – The value to assign to the time_created property of this GenerativeAiPrivateEndpointSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this GenerativeAiPrivateEndpointSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this GenerativeAiPrivateEndpointSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this GenerativeAiPrivateEndpointSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this GenerativeAiPrivateEndpointSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this GenerativeAiPrivateEndpointSummary. The OCID of the compartment that contains the private endpoint.
Returns: The compartment_id of this GenerativeAiPrivateEndpointSummary. Return type: str
Gets the defined_tags of this GenerativeAiPrivateEndpointSummary. 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 GenerativeAiPrivateEndpointSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this GenerativeAiPrivateEndpointSummary. A description of this private endpoint.
Returns: The description of this GenerativeAiPrivateEndpointSummary. Return type: str
-
display_name
¶ Gets the display_name of this GenerativeAiPrivateEndpointSummary. A user-friendly name. It doesn’t have to be unique. Avoid entering confidential information.
Returns: The display_name of this GenerativeAiPrivateEndpointSummary. Return type: str
-
fqdn
¶ [Required] Gets the fqdn of this GenerativeAiPrivateEndpointSummary. Fully qualified domain name the customer will use for access
Returns: The fqdn of this GenerativeAiPrivateEndpointSummary. Return type: str
Gets the freeform_tags of this GenerativeAiPrivateEndpointSummary. 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 GenerativeAiPrivateEndpointSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this GenerativeAiPrivateEndpointSummary. The OCID of a private endpoint.
Returns: The id of this GenerativeAiPrivateEndpointSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this GenerativeAiPrivateEndpointSummary. Details of the state of a private endpoint.
Returns: The lifecycle_details of this GenerativeAiPrivateEndpointSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this GenerativeAiPrivateEndpointSummary. The current state of the Generative AI Private Endpoint.
Returns: The lifecycle_state of this GenerativeAiPrivateEndpointSummary. Return type: str
-
private_endpoint_ip
¶ Gets the private_endpoint_ip of this GenerativeAiPrivateEndpointSummary. The private IP address (in the customer’s VCN) that represents the access point for the associated endpoint service.
Returns: The private_endpoint_ip of this GenerativeAiPrivateEndpointSummary. Return type: str
-
subnet_id
¶ [Required] Gets the subnet_id of this GenerativeAiPrivateEndpointSummary. The OCID of a subnet.
Returns: The subnet_id of this GenerativeAiPrivateEndpointSummary. Return type: str
Gets the system_tags of this GenerativeAiPrivateEndpointSummary. System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this GenerativeAiPrivateEndpointSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this GenerativeAiPrivateEndpointSummary. The date and time that the Generative AI private endpoint was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
Returns: The time_created of this GenerativeAiPrivateEndpointSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this GenerativeAiPrivateEndpointSummary. The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
Returns: The time_updated of this GenerativeAiPrivateEndpointSummary. Return type: datetime
-