Class UpdateCrossConnectLetterOfAuthorityDetails
Update the details of the Letter of Authority associated with a cross-connect. Upon successful alterations a new updated copy of the LOA will be attached to the cross-connect.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class UpdateCrossConnectLetterOfAuthorityDetails
Properties
AuthorizedAgent
Declaration
[JsonProperty(PropertyName = "authorizedAgent")]
public string AuthorizedAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of a customer authorized agent which will be appended to the LOA as the field 'Authorized Agent'. If the field is left un-set in the request body, no changes will be done on the LOA for Authorized Agent. |
ShouldExtend
Declaration
[JsonProperty(PropertyName = "shouldExtend")]
public bool? ShouldExtend { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | A boolean flag to indicate whether to extend the expiry of the associated LOA with the provided cross-connect. If un-set or set to false, it does not alter the existing expiry of the LOA. On extension an updated copy of the LOA will be provided with the new expiry date. An LOA cannot be extended more than 3 times. |
ShouldRemoveAuthorizedAgent
Declaration
[JsonProperty(PropertyName = "shouldRemoveAuthorizedAgent")]
public bool? ShouldRemoveAuthorizedAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | A boolean flag to indicate whether to remove an attached Authorized Agent to the LOA. If this boolean flag is set, an attempt will be made to remove the attached authorized agent to the LOA, if any, and any value given in the field 'authorizedAgent' will be ignored. In case, of updating an existing Authorized Agent, keep this flag unset and set the expected value in 'authorizedAgent'. |