Class MembershipSummary
Summary of an Exadata Fleet Update Collection containing a target.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class MembershipSummary
Properties
FsuCollectionId
Declaration
[Required(ErrorMessage = "FsuCollectionId is required.")]
[JsonProperty(PropertyName = "fsuCollectionId")]
public string FsuCollectionId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Exadata Fleet Update Collection. |
Remarks
Required
FsuCollectionName
Declaration
[Required(ErrorMessage = "FsuCollectionName is required.")]
[JsonProperty(PropertyName = "fsuCollectionName")]
public string FsuCollectionName { get; set; }
Property Value
Type | Description |
---|---|
string | The user-friendly name for the Exadata Fleet Update Collection. |
Remarks
Required
FsuCollectionType
Declaration
[Required(ErrorMessage = "FsuCollectionType is required.")]
[JsonProperty(PropertyName = "fsuCollectionType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CollectionTypes? FsuCollectionType { get; set; }
Property Value
Type | Description |
---|---|
CollectionTypes? | Type of Exadata Fleet Update Collection. |
Remarks
Required