Uses of Interface
com.google.cloud.compute.v1.ManagedInstanceInstanceHealthOrBuilder
-
Packages that use ManagedInstanceInstanceHealthOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ManagedInstanceInstanceHealthOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement ManagedInstanceInstanceHealthOrBuilder Modifier and Type Class Description class
ManagedInstanceInstanceHealth
static class
ManagedInstanceInstanceHealth.Builder
Methods in com.google.cloud.compute.v1 that return ManagedInstanceInstanceHealthOrBuilder Modifier and Type Method Description ManagedInstanceInstanceHealthOrBuilder
ManagedInstance.Builder. getInstanceHealthOrBuilder(int index)
[Output Only] Health state of the instance per health-check.ManagedInstanceInstanceHealthOrBuilder
ManagedInstance. getInstanceHealthOrBuilder(int index)
[Output Only] Health state of the instance per health-check.ManagedInstanceInstanceHealthOrBuilder
ManagedInstanceOrBuilder. getInstanceHealthOrBuilder(int index)
[Output Only] Health state of the instance per health-check.Methods in com.google.cloud.compute.v1 that return types with arguments of type ManagedInstanceInstanceHealthOrBuilder Modifier and Type Method Description List<? extends ManagedInstanceInstanceHealthOrBuilder>
ManagedInstance.Builder. getInstanceHealthOrBuilderList()
[Output Only] Health state of the instance per health-check.List<? extends ManagedInstanceInstanceHealthOrBuilder>
ManagedInstance. getInstanceHealthOrBuilderList()
[Output Only] Health state of the instance per health-check.List<? extends ManagedInstanceInstanceHealthOrBuilder>
ManagedInstanceOrBuilder. getInstanceHealthOrBuilderList()
[Output Only] Health state of the instance per health-check.
-