Class CreateFleetResourceDetails
The information about the resource to be added to the fleet.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CreateFleetResourceDetailsProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | OCID of the compartment to which the resource belongs to. | 
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
ResourceRegion
Declaration
[JsonProperty(PropertyName = "resourceRegion")]
public string ResourceRegion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Associated region | 
ResourceType
Declaration
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Type of the Resource. | 
TenancyId
Declaration
[Required(ErrorMessage = "TenancyId is required.")]
[JsonProperty(PropertyName = "tenancyId")]
public string TenancyId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | OCID of the tenancy to which the resource belongs to. | 
Remarks
Required