Class CreateCccInfrastructureDetails
The configuration details for creating Compute Cloud@Customer infrastructure.
Inherited Members
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class CreateCccInfrastructureDetails
Properties
CccUpgradeScheduleId
Declaration
[JsonProperty(PropertyName = "cccUpgradeScheduleId")]
public string CccUpgradeScheduleId { get; set; }
Property Value
Type | Description |
---|---|
string | Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be upgraded at any time. |
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The compartment OCID associated with the infrastructure. |
Remarks
Required
ConnectionDetails
Declaration
[JsonProperty(PropertyName = "connectionDetails")]
public string ConnectionDetails { get; set; }
Property Value
Type | Description |
---|---|
string | A message describing the current connection state in more detail. |
ConnectionState
Declaration
[JsonProperty(PropertyName = "connectionState")]
[JsonConverter(typeof(StringEnumConverter))]
public CccInfrastructure.ConnectionStateEnum? ConnectionState { get; set; }
Property Value
Type | Description |
---|---|
CccInfrastructure.ConnectionStateEnum? | The current connection state of the Compute Cloud@Customer infrastructure. This value will default to REJECT if the value is not provided. The only valid value at creation time is REJECT. |
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"}} |
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information. |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information. |
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"} |
SubnetId
Declaration
[Required(ErrorMessage = "SubnetId is required.")]
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
Type | Description |
---|---|
string | Identifier for network subnet that will be used to communicate with Compute Cloud@Customer infrastructure. |
Remarks
Required