Show / Hide Table of Contents

Class UpdateCccInfrastructureDetails

Updates Compute Cloud@Customer infrastructure configuration details.

Inheritance
object
UpdateCccInfrastructureDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class UpdateCccInfrastructureDetails

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 updated at any time.

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?

An updated connection state of the Compute Cloud@Customer infrastructure.

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
[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.

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
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
Type Description
string

OCID for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.

In this article
Back to top