Class UpdateCrossConnectDetails
Update a CrossConnect
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class UpdateCrossConnectDetails
Properties
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. |
IsActive
Declaration
[JsonProperty(PropertyName = "isActive")]
public bool? IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Set to true to activate the cross-connect. You activate it after the physical cabling
is complete, and you've confirmed the cross-connect's light levels are good and your side
of the interface is up. Activation indicates to Oracle that the physical connection is ready.
|