Class LetterOfAuthority
The Letter of Authority for the cross-connect. You must submit this letter when requesting cabling for the cross-connect at the FastConnect location.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class LetterOfAuthority
Properties
AuthorizedEntityName
Declaration
[JsonProperty(PropertyName = "authorizedEntityName")]
public string AuthorizedEntityName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the entity authorized by this Letter of Authority. |
CircuitType
Declaration
[JsonProperty(PropertyName = "circuitType")]
[JsonConverter(typeof(StringEnumConverter))]
public LetterOfAuthority.CircuitTypeEnum? CircuitType { get; set; }
Property Value
Type | Description |
---|---|
LetterOfAuthority.CircuitTypeEnum? | The type of cross-connect fiber, termination, and optical specification. |
CrossConnectId
Declaration
[JsonProperty(PropertyName = "crossConnectId")]
public string CrossConnectId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the cross-connect. |
FacilityLocation
Declaration
[JsonProperty(PropertyName = "facilityLocation")]
public string FacilityLocation { get; set; }
Property Value
Type | Description |
---|---|
string | The address of the FastConnect location. |
PortName
Declaration
[JsonProperty(PropertyName = "portName")]
public string PortName { get; set; }
Property Value
Type | Description |
---|---|
string | The meet-me room port for this cross-connect. |
TimeExpires
Declaration
[JsonProperty(PropertyName = "timeExpires")]
public DateTime? TimeExpires { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time when the Letter of Authority expires, in the format defined by RFC3339. |
TimeIssued
Declaration
[JsonProperty(PropertyName = "timeIssued")]
public DateTime? TimeIssued { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the Letter of Authority was created, in the format defined by RFC3339.
|