Uses of Interface
com.google.cloud.compute.v1.NetworkAttachmentConnectedEndpointOrBuilder
-
Packages that use NetworkAttachmentConnectedEndpointOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of NetworkAttachmentConnectedEndpointOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement NetworkAttachmentConnectedEndpointOrBuilder Modifier and Type Class Description class
NetworkAttachmentConnectedEndpoint
[Output Only] A connection connected to this network attachment.static class
NetworkAttachmentConnectedEndpoint.Builder
[Output Only] A connection connected to this network attachment.Methods in com.google.cloud.compute.v1 that return NetworkAttachmentConnectedEndpointOrBuilder Modifier and Type Method Description NetworkAttachmentConnectedEndpointOrBuilder
NetworkAttachment.Builder. getConnectionEndpointsOrBuilder(int index)
[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachmentConnectedEndpointOrBuilder
NetworkAttachment. getConnectionEndpointsOrBuilder(int index)
[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachmentConnectedEndpointOrBuilder
NetworkAttachmentOrBuilder. getConnectionEndpointsOrBuilder(int index)
[Output Only] An array of connections for all the producers connected to this network attachment.Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkAttachmentConnectedEndpointOrBuilder Modifier and Type Method Description List<? extends NetworkAttachmentConnectedEndpointOrBuilder>
NetworkAttachment.Builder. getConnectionEndpointsOrBuilderList()
[Output Only] An array of connections for all the producers connected to this network attachment.List<? extends NetworkAttachmentConnectedEndpointOrBuilder>
NetworkAttachment. getConnectionEndpointsOrBuilderList()
[Output Only] An array of connections for all the producers connected to this network attachment.List<? extends NetworkAttachmentConnectedEndpointOrBuilder>
NetworkAttachmentOrBuilder. getConnectionEndpointsOrBuilderList()
[Output Only] An array of connections for all the producers connected to this network attachment.
-