Class CrossConnectStatus.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • crossConnectId

        public CrossConnectStatus.Builder crossConnectId​(String crossConnectId)
        The OCID of the cross-connect.
        Parameters:
        crossConnectId - the value to set
        Returns:
        this builder
      • lightLevelIndBm

        public CrossConnectStatus.Builder lightLevelIndBm​(Float lightLevelIndBm)
        The light level of the cross-connect (in dBm).

        Example: 14.0

        Parameters:
        lightLevelIndBm - the value to set
        Returns:
        this builder
      • lightLevelIndicator

        public CrossConnectStatus.Builder lightLevelIndicator​(CrossConnectStatus.LightLevelIndicator lightLevelIndicator)
        Status indicator corresponding to the light level.

        **NO_LIGHT:** No measurable light * **LOW_WARN:** There's measurable light but it's too low * **HIGH_WARN:** Light level is too high * **BAD:** There's measurable light but the signal-to-noise ratio is bad * **GOOD:** Good light level

        Parameters:
        lightLevelIndicator - the value to set
        Returns:
        this builder