MembershipSummary

class oci.fleet_software_update.models.MembershipSummary(**kwargs)

Bases: object

Summary of an Exadata Fleet Update Collection containing a target.

Attributes

FSU_COLLECTION_TYPE_DB A constant which can be used with the fsu_collection_type property of a MembershipSummary.
FSU_COLLECTION_TYPE_EXADB_STACK A constant which can be used with the fsu_collection_type property of a MembershipSummary.
FSU_COLLECTION_TYPE_GI A constant which can be used with the fsu_collection_type property of a MembershipSummary.
FSU_COLLECTION_TYPE_GUEST_OS A constant which can be used with the fsu_collection_type property of a MembershipSummary.
fsu_collection_id [Required] Gets the fsu_collection_id of this MembershipSummary.
fsu_collection_name [Required] Gets the fsu_collection_name of this MembershipSummary.
fsu_collection_type [Required] Gets the fsu_collection_type of this MembershipSummary.

Methods

__init__(**kwargs) Initializes a new MembershipSummary object with values from keyword arguments.
FSU_COLLECTION_TYPE_DB = 'DB'

A constant which can be used with the fsu_collection_type property of a MembershipSummary. This constant has a value of “DB”

FSU_COLLECTION_TYPE_EXADB_STACK = 'EXADB_STACK'

A constant which can be used with the fsu_collection_type property of a MembershipSummary. This constant has a value of “EXADB_STACK”

FSU_COLLECTION_TYPE_GI = 'GI'

A constant which can be used with the fsu_collection_type property of a MembershipSummary. This constant has a value of “GI”

FSU_COLLECTION_TYPE_GUEST_OS = 'GUEST_OS'

A constant which can be used with the fsu_collection_type property of a MembershipSummary. This constant has a value of “GUEST_OS”

__init__(**kwargs)

Initializes a new MembershipSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • fsu_collection_id (str) – The value to assign to the fsu_collection_id property of this MembershipSummary.
  • fsu_collection_type (str) – The value to assign to the fsu_collection_type property of this MembershipSummary. Allowed values for this property are: “DB”, “GI”, “GUEST_OS”, “EXADB_STACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • fsu_collection_name (str) – The value to assign to the fsu_collection_name property of this MembershipSummary.
fsu_collection_id

[Required] Gets the fsu_collection_id of this MembershipSummary. The OCID of the Exadata Fleet Update Collection.

Returns:The fsu_collection_id of this MembershipSummary.
Return type:str
fsu_collection_name

[Required] Gets the fsu_collection_name of this MembershipSummary. The user-friendly name for the Exadata Fleet Update Collection.

Returns:The fsu_collection_name of this MembershipSummary.
Return type:str
fsu_collection_type

[Required] Gets the fsu_collection_type of this MembershipSummary. Type of Exadata Fleet Update Collection.

Allowed values for this property are: “DB”, “GI”, “GUEST_OS”, “EXADB_STACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The fsu_collection_type of this MembershipSummary.
Return type:str