Show / Hide Table of Contents

Class ResourceTagEnablementInfo

Resource tag enablement Information.

Inheritance
object
ResourceTagEnablementInfo
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 ResourceTagEnablementInfo

Properties

IsTaggingPossible

Declaration
[Required(ErrorMessage = "IsTaggingPossible is required.")]
[JsonProperty(PropertyName = "isTaggingPossible")]
public bool? IsTaggingPossible { get; set; }
Property Value
Type Description
bool?

A value that represents if the resource can be tagged with a Fleet name.

Remarks

Required

ResourceId

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

The OCID of the resource.

Remarks

Required

In this article
Back to top