Class AssociatedFleetResourceDetails
The information about associated FleetResource.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class AssociatedFleetResourceDetailsProperties
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