Class CreateProvisionDetails
The data to create a FamProvision.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CreateProvisionDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment to create the FamProvision in. |
Remarks
Required
ConfigCatalogItemId
Declaration
[Required(ErrorMessage = "ConfigCatalogItemId is required.")]
[JsonProperty(PropertyName = "configCatalogItemId")]
public string ConfigCatalogItemId { get; set; }
Property Value
Type | Description |
---|---|
string | A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API. |
Remarks
Required
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. |
FleetId
Declaration
[Required(ErrorMessage = "FleetId is required.")]
[JsonProperty(PropertyName = "fleetId")]
public string FleetId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Fleet. |
Remarks
Required
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"} |
PackageCatalogItemId
Declaration
[Required(ErrorMessage = "PackageCatalogItemId is required.")]
[JsonProperty(PropertyName = "packageCatalogItemId")]
public string PackageCatalogItemId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Catalog Item. |
Remarks
Required
ProvisionDescription
Declaration
[JsonProperty(PropertyName = "provisionDescription")]
public string ProvisionDescription { get; set; }
Property Value
Type | Description |
---|---|
string | A description of the provision. |
TfVariableCompartmentId
Declaration
[JsonProperty(PropertyName = "tfVariableCompartmentId")]
public string TfVariableCompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file. |
TfVariableCurrentUserId
Declaration
[JsonProperty(PropertyName = "tfVariableCurrentUserId")]
public string TfVariableCurrentUserId { get; set; }
Property Value
Type | Description |
---|---|
string | An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file. |
TfVariableRegionId
Declaration
[Required(ErrorMessage = "TfVariableRegionId is required.")]
[JsonProperty(PropertyName = "tfVariableRegionId")]
public string TfVariableRegionId { get; set; }
Property Value
Type | Description |
---|---|
string | A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file. |
Remarks
Required
TfVariableTenancyId
Declaration
[Required(ErrorMessage = "TfVariableTenancyId is required.")]
[JsonProperty(PropertyName = "tfVariableTenancyId")]
public string TfVariableTenancyId { get; set; }
Property Value
Type | Description |
---|---|
string | A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file. |
Remarks
Required