Class CreateCrossConnectDetails
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class CreateCrossConnectDetails
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 contain the cross-connect. |
Remarks
Required
CrossConnectGroupId
Declaration
[JsonProperty(PropertyName = "crossConnectGroupId")]
public string CrossConnectGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the cross-connect group to put this cross-connect in. |
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. |
FarCrossConnectOrCrossConnectGroupId
Declaration
[JsonProperty(PropertyName = "farCrossConnectOrCrossConnectGroupId")]
public string FarCrossConnectOrCrossConnectGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | If you already have an existing cross-connect or cross-connect group at this FastConnect location, and you want this new cross-connect to be on a different router (for the purposes of redundancy), provide the OCID of that existing cross-connect or cross-connect group. |
LocationName
Declaration
[Required(ErrorMessage = "LocationName is required.")]
[JsonProperty(PropertyName = "locationName")]
public string LocationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the FastConnect location where this cross-connect will be installed.
To get a list of the available locations, see
{@link #listCrossConnectLocations(ListCrossConnectLocationsRequest) listCrossConnectLocations}.
|
Remarks
Required
NearCrossConnectOrCrossConnectGroupId
Declaration
[JsonProperty(PropertyName = "nearCrossConnectOrCrossConnectGroupId")]
public string NearCrossConnectOrCrossConnectGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | If you already have an existing cross-connect or cross-connect group at this FastConnect location, and you want this new cross-connect to be on the same router, provide the OCID of that existing cross-connect or cross-connect group. |
PortSpeedShapeName
Declaration
[Required(ErrorMessage = "PortSpeedShapeName is required.")]
[JsonProperty(PropertyName = "portSpeedShapeName")]
public string PortSpeedShapeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The port speed for this cross-connect. To get a list of the available port speeds, see
{@link #listCrossconnectPortSpeedShapes(ListCrossconnectPortSpeedShapesRequest) listCrossconnectPortSpeedShapes}.
|
Remarks
Required