Show / Hide Table of Contents

Class MembershipSummary

Summary of an Exadata Fleet Update Collection containing a target.

Inheritance
object
MembershipSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top