CreateServiceCatalogAssociationDetails¶
-
class
oci.service_catalog.models.
CreateServiceCatalogAssociationDetails
(**kwargs)¶ Bases:
object
The model to create a single association between a service catalog and a resource.
Methods
__init__
(**kwargs)Initializes a new CreateServiceCatalogAssociationDetails object with values from keyword arguments. Attributes
entity_id
[Required] Gets the entity_id of this CreateServiceCatalogAssociationDetails. entity_type
Gets the entity_type of this CreateServiceCatalogAssociationDetails. service_catalog_id
[Required] Gets the service_catalog_id of this CreateServiceCatalogAssociationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateServiceCatalogAssociationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - service_catalog_id (str) – The value to assign to the service_catalog_id property of this CreateServiceCatalogAssociationDetails.
- entity_id (str) – The value to assign to the entity_id property of this CreateServiceCatalogAssociationDetails.
- entity_type (str) – The value to assign to the entity_type property of this CreateServiceCatalogAssociationDetails.
-
entity_id
¶ [Required] Gets the entity_id of this CreateServiceCatalogAssociationDetails. Identifier of the entity being associated with service catalog.
Returns: The entity_id of this CreateServiceCatalogAssociationDetails. Return type: str
-
entity_type
¶ Gets the entity_type of this CreateServiceCatalogAssociationDetails. The type of the entity that is associated with the service catalog.
Returns: The entity_type of this CreateServiceCatalogAssociationDetails. Return type: str
-
service_catalog_id
¶ [Required] Gets the service_catalog_id of this CreateServiceCatalogAssociationDetails. Identifier of the service catalog.
Returns: The service_catalog_id of this CreateServiceCatalogAssociationDetails. Return type: str
-