Uses of Interface
com.google.cloud.compute.v1.InterconnectCircuitInfoOrBuilder
-
Packages that use InterconnectCircuitInfoOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of InterconnectCircuitInfoOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement InterconnectCircuitInfoOrBuilder Modifier and Type Class Description class
InterconnectCircuitInfo
Describes a single physical circuit between the Customer and Google.static class
InterconnectCircuitInfo.Builder
Describes a single physical circuit between the Customer and Google.Methods in com.google.cloud.compute.v1 that return InterconnectCircuitInfoOrBuilder Modifier and Type Method Description InterconnectCircuitInfoOrBuilder
Interconnect.Builder. getCircuitInfosOrBuilder(int index)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.InterconnectCircuitInfoOrBuilder
Interconnect. getCircuitInfosOrBuilder(int index)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.InterconnectCircuitInfoOrBuilder
InterconnectOrBuilder. getCircuitInfosOrBuilder(int index)
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectCircuitInfoOrBuilder Modifier and Type Method Description List<? extends InterconnectCircuitInfoOrBuilder>
Interconnect.Builder. getCircuitInfosOrBuilderList()
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.List<? extends InterconnectCircuitInfoOrBuilder>
Interconnect. getCircuitInfosOrBuilderList()
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.List<? extends InterconnectCircuitInfoOrBuilder>
InterconnectOrBuilder. getCircuitInfosOrBuilderList()
[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
-