CapabilityDetails

class oci.cluster_placement_groups.models.CapabilityDetails(**kwargs)

Bases: object

Details about the supported type of resource.

Methods

__init__(**kwargs) Initializes a new CapabilityDetails object with values from keyword arguments.

Attributes

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.
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