com.google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPowerOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface InterconnectDiagnosticsLinkOpticalPowerOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The status of the current value when compared to the warning and alarm levels for the receiving or transmitting transceiver. Possible states include: - OK: The value has not crossed a warning threshold. - LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: The value has crossed above the high warning threshold. - LOW_ALARM: The value has crossed below the low alarm threshold. - HIGH_ALARM: The value has crossed above the high alarm threshold.
* Check the State enum for the list of possible values.
*
*
* optional string state = 109757585;
*
* @return Whether the state field is set.
*/
boolean hasState();
/**
*
*
*
* The status of the current value when compared to the warning and alarm levels for the receiving or transmitting transceiver. Possible states include: - OK: The value has not crossed a warning threshold. - LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: The value has crossed above the high warning threshold. - LOW_ALARM: The value has crossed below the low alarm threshold. - HIGH_ALARM: The value has crossed above the high alarm threshold.
* Check the State enum for the list of possible values.
*
*
* optional string state = 109757585;
*
* @return The state.
*/
java.lang.String getState();
/**
*
*
*
* The status of the current value when compared to the warning and alarm levels for the receiving or transmitting transceiver. Possible states include: - OK: The value has not crossed a warning threshold. - LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: The value has crossed above the high warning threshold. - LOW_ALARM: The value has crossed below the low alarm threshold. - HIGH_ALARM: The value has crossed above the high alarm threshold.
* Check the State enum for the list of possible values.
*
*
* optional string state = 109757585;
*
* @return The bytes for state.
*/
com.google.protobuf.ByteString getStateBytes();
/**
*
*
*
* Value of the current receiving or transmitting optical power, read in dBm. Take a known good optical value, give it a 10% margin and trigger warnings relative to that value. In general, a -7dBm warning and a -11dBm alarm are good optical value estimates for most links.
*
*
* optional float value = 111972721;
*
* @return Whether the value field is set.
*/
boolean hasValue();
/**
*
*
*
* Value of the current receiving or transmitting optical power, read in dBm. Take a known good optical value, give it a 10% margin and trigger warnings relative to that value. In general, a -7dBm warning and a -11dBm alarm are good optical value estimates for most links.
*
*
* optional float value = 111972721;
*
* @return The value.
*/
float getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy