Class CreatePlatformConfigurationDetails
The information about new PlatformConfiguration.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CreatePlatformConfigurationDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | Compartment OCID |
Remarks
Required
ConfigCategoryDetails
Declaration
[Required(ErrorMessage = "ConfigCategoryDetails is required.")]
[JsonProperty(PropertyName = "configCategoryDetails")]
public ConfigCategoryDetails ConfigCategoryDetails { get; set; }
Property Value
Type | Description |
---|---|
ConfigCategoryDetails |
Remarks
Required
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly description. To provide some insight about the resource. Avoid entering confidential information. |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[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.
|
Remarks
Required