CapabilityDetails¶
-
class
oci.cluster_placement_groups.models.CapabilityDetails(**kwargs)¶ Bases:
objectDetails about the supported type of resource.
Methods
__init__(**kwargs)Initializes a new CapabilityDetails object with values from keyword arguments. Attributes
additional_detailsGets the additional_details of this CapabilityDetails. name[Required] Gets the name of this CapabilityDetails. service[Required] Gets the service of this CapabilityDetails. -
__init__(**kwargs)¶ Initializes a new CapabilityDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - service (str) – The value to assign to the service property of this CapabilityDetails.
- name (str) – The value to assign to the name property of this CapabilityDetails.
- additional_details (oci.cluster_placement_groups.models.AdditionalCapabilityDetails) – The value to assign to the additional_details property of this CapabilityDetails.
-
additional_details¶ Gets the additional_details of this CapabilityDetails.
Returns: The additional_details of this CapabilityDetails. Return type: oci.cluster_placement_groups.models.AdditionalCapabilityDetails
-
name¶ [Required] Gets the name of this CapabilityDetails. The type of resource.
Returns: The name of this CapabilityDetails. Return type: str
-
service¶ [Required] Gets the service of this CapabilityDetails. The service that the resource is part of.
Returns: The service of this CapabilityDetails. Return type: str
-