PsaServiceSummary¶
-
class
oci.psa.models.PsaServiceSummary(**kwargs)¶ Bases:
objectAn OCI service summary, that will be used as a catalog for Private Service Access.
Methods
__init__(**kwargs)Initializes a new PsaServiceSummary object with values from keyword arguments. Attributes
descriptionGets the description of this PsaServiceSummary. display_name[Required] Gets the display_name of this PsaServiceSummary. fqdns[Required] Gets the fqdns of this PsaServiceSummary. id[Required] Gets the id of this PsaServiceSummary. is_v6_enabledGets the is_v6_enabled of this PsaServiceSummary. -
__init__(**kwargs)¶ Initializes a new PsaServiceSummary 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 PsaServiceSummary.
- display_name (str) – The value to assign to the display_name property of this PsaServiceSummary.
- description (str) – The value to assign to the description property of this PsaServiceSummary.
- fqdns (list[str]) – The value to assign to the fqdns property of this PsaServiceSummary.
- is_v6_enabled (bool) – The value to assign to the is_v6_enabled property of this PsaServiceSummary.
-
description¶ Gets the description of this PsaServiceSummary. A description of the OCI service.
Returns: The description of this PsaServiceSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this PsaServiceSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this PsaServiceSummary. Return type: str
-
fqdns¶ [Required] Gets the fqdns of this PsaServiceSummary. The public facing service FQDNs, which are going to be used to access the service.
Example: xyz.oraclecloud.com
Returns: The fqdns of this PsaServiceSummary. Return type: list[str]
-
id¶ [Required] Gets the id of this PsaServiceSummary. A unique OCI service identifier.
Example: object-storage-api
Returns: The id of this PsaServiceSummary. Return type: str
-
is_v6_enabled¶ Gets the is_v6_enabled of this PsaServiceSummary. This optional field will indicate that whether service is IPv6 enabled.
Returns: The is_v6_enabled of this PsaServiceSummary. Return type: bool
-