Show / Hide Table of Contents

Class GuestOsResourceIdFilter

The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.

Inheritance
object
GuestOsFleetDiscoveryFilter
GuestOsResourceIdFilter
Inherited Members
GuestOsFleetDiscoveryFilter.Mode
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 GuestOsResourceIdFilter : GuestOsFleetDiscoveryFilter

Properties

EntityType

Declaration
[Required(ErrorMessage = "EntityType is required.")]
[JsonProperty(PropertyName = "entityType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public GuestOsResourceIdFilter.EntityTypeEnum? EntityType { get; set; }
Property Value
Type Description
GuestOsResourceIdFilter.EntityTypeEnum?

Type of associated resource.

Remarks

Required

Identifiers

Declaration
[Required(ErrorMessage = "Identifiers is required.")]
[JsonProperty(PropertyName = "identifiers")]
public List<string> Identifiers { get; set; }
Property Value
Type Description
List<string>

The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.

Remarks

Required

Operator

Declaration
[JsonProperty(PropertyName = "operator")]
[JsonConverter(typeof(ResponseEnumConverter))]
public FleetDiscoveryOperators? Operator { get; set; }
Property Value
Type Description
FleetDiscoveryOperators?

Type of join for each element in this filter.

In this article
Back to top