Uses of Interface
com.google.cloud.filestore.v1.NetworkConfigOrBuilder
-
Packages that use NetworkConfigOrBuilder Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore API -
-
Uses of NetworkConfigOrBuilder in com.google.cloud.filestore.v1
Classes in com.google.cloud.filestore.v1 that implement NetworkConfigOrBuilder Modifier and Type Class Description class
NetworkConfig
Network configuration for the instance.static class
NetworkConfig.Builder
Network configuration for the instance.Methods in com.google.cloud.filestore.v1 that return NetworkConfigOrBuilder Modifier and Type Method Description NetworkConfigOrBuilder
Instance.Builder. getNetworksOrBuilder(int index)
VPC networks to which the instance is connected.NetworkConfigOrBuilder
Instance. getNetworksOrBuilder(int index)
VPC networks to which the instance is connected.NetworkConfigOrBuilder
InstanceOrBuilder. getNetworksOrBuilder(int index)
VPC networks to which the instance is connected.Methods in com.google.cloud.filestore.v1 that return types with arguments of type NetworkConfigOrBuilder Modifier and Type Method Description List<? extends NetworkConfigOrBuilder>
Instance.Builder. getNetworksOrBuilderList()
VPC networks to which the instance is connected.List<? extends NetworkConfigOrBuilder>
Instance. getNetworksOrBuilderList()
VPC networks to which the instance is connected.List<? extends NetworkConfigOrBuilder>
InstanceOrBuilder. getNetworksOrBuilderList()
VPC networks to which the instance is connected.
-