Show / Hide Table of Contents

Class AssociatedFleetResourceDetails

The information about associated FleetResource.

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

Properties

CompartmentId

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

Compartment Identifier[OCID].

Remarks

Required

FleetResourceType

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

Type of the FleetResource.

ResourceId

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

OCID of the resource.

Remarks

Required

TenancyId

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

Tenancy Identifier[OCID].

Remarks

Required

In this article
Back to top