Show / Hide Table of Contents

Class CheckResourceTaggingDetails

Request to check resource tagging.

Inheritance
object
CheckResourceTaggingDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CheckResourceTaggingDetails

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

Compartment OCID

Remarks

Required

FleetDisplayName

Declaration
[JsonProperty(PropertyName = "fleetDisplayName")]
public string FleetDisplayName { get; set; }
Property Value
Type Description
string

Fleet Display Name.

ResourceIds

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

Resource OCIDS that need to be verified if a tag can be enabled for them.

Remarks

Required

In this article
Back to top