Class DescribeLoaRequest

    • Method Detail

      • connectionId

        public final String connectionId()

        The ID of a connection, LAG, or interconnect.

        Returns:
        The ID of a connection, LAG, or interconnect.
      • providerName

        public final String providerName()

        The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.

        Returns:
        The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
      • loaContentType

        public final LoaContentType loaContentType()

        The standard media type for the LOA-CFA document. The only supported value is application/pdf.

        If the service returns an enum value that is not available in the current SDK version, loaContentType will return LoaContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from loaContentTypeAsString().

        Returns:
        The standard media type for the LOA-CFA document. The only supported value is application/pdf.
        See Also:
        LoaContentType
      • loaContentTypeAsString

        public final String loaContentTypeAsString()

        The standard media type for the LOA-CFA document. The only supported value is application/pdf.

        If the service returns an enum value that is not available in the current SDK version, loaContentType will return LoaContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from loaContentTypeAsString().

        Returns:
        The standard media type for the LOA-CFA document. The only supported value is application/pdf.
        See Also:
        LoaContentType
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object