Uses of Class
com.google.cloud.vmmigration.v1.NetworkInterface
-
Packages that use NetworkInterface Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of NetworkInterface in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return NetworkInterface Modifier and Type Method Description NetworkInterface
NetworkInterface.Builder. build()
NetworkInterface
NetworkInterface.Builder. buildPartial()
static NetworkInterface
NetworkInterface. getDefaultInstance()
NetworkInterface
NetworkInterface.Builder. getDefaultInstanceForType()
NetworkInterface
NetworkInterface. getDefaultInstanceForType()
NetworkInterface
ComputeEngineTargetDefaults.Builder. getNetworkInterfaces(int index)
List of NICs connected to this VM.NetworkInterface
ComputeEngineTargetDefaults. getNetworkInterfaces(int index)
List of NICs connected to this VM.NetworkInterface
ComputeEngineTargetDefaultsOrBuilder. getNetworkInterfaces(int index)
List of NICs connected to this VM.NetworkInterface
ComputeEngineTargetDetails.Builder. getNetworkInterfaces(int index)
List of NICs connected to this VM.NetworkInterface
ComputeEngineTargetDetails. getNetworkInterfaces(int index)
List of NICs connected to this VM.NetworkInterface
ComputeEngineTargetDetailsOrBuilder. getNetworkInterfaces(int index)
List of NICs connected to this VM.static NetworkInterface
NetworkInterface. parseDelimitedFrom(InputStream input)
static NetworkInterface
NetworkInterface. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(byte[] data)
static NetworkInterface
NetworkInterface. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(com.google.protobuf.ByteString data)
static NetworkInterface
NetworkInterface. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworkInterface
NetworkInterface. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(InputStream input)
static NetworkInterface
NetworkInterface. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkInterface
NetworkInterface. parseFrom(ByteBuffer data)
static NetworkInterface
NetworkInterface. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>
ComputeEngineTargetDefaults.Builder. getNetworkInterfacesList()
List of NICs connected to this VM.List<NetworkInterface>
ComputeEngineTargetDefaults. getNetworkInterfacesList()
List of NICs connected to this VM.List<NetworkInterface>
ComputeEngineTargetDefaultsOrBuilder. getNetworkInterfacesList()
List of NICs connected to this VM.List<NetworkInterface>
ComputeEngineTargetDetails.Builder. getNetworkInterfacesList()
List of NICs connected to this VM.List<NetworkInterface>
ComputeEngineTargetDetails. getNetworkInterfacesList()
List of NICs connected to this VM.List<NetworkInterface>
ComputeEngineTargetDetailsOrBuilder. getNetworkInterfacesList()
List of NICs connected to this VM.com.google.protobuf.Parser<NetworkInterface>
NetworkInterface. getParserForType()
static com.google.protobuf.Parser<NetworkInterface>
NetworkInterface. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type NetworkInterface Modifier and Type Method Description ComputeEngineTargetDefaults.Builder
ComputeEngineTargetDefaults.Builder. addNetworkInterfaces(int index, NetworkInterface value)
List of NICs connected to this VM.ComputeEngineTargetDefaults.Builder
ComputeEngineTargetDefaults.Builder. addNetworkInterfaces(NetworkInterface value)
List of NICs connected to this VM.ComputeEngineTargetDetails.Builder
ComputeEngineTargetDetails.Builder. addNetworkInterfaces(int index, NetworkInterface value)
List of NICs connected to this VM.ComputeEngineTargetDetails.Builder
ComputeEngineTargetDetails.Builder. addNetworkInterfaces(NetworkInterface value)
List of NICs connected to this VM.NetworkInterface.Builder
NetworkInterface.Builder. mergeFrom(NetworkInterface other)
static NetworkInterface.Builder
NetworkInterface. newBuilder(NetworkInterface prototype)
ComputeEngineTargetDefaults.Builder
ComputeEngineTargetDefaults.Builder. setNetworkInterfaces(int index, NetworkInterface value)
List of NICs connected to this VM.ComputeEngineTargetDetails.Builder
ComputeEngineTargetDetails.Builder. setNetworkInterfaces(int index, NetworkInterface value)
List of NICs connected to this VM.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type NetworkInterface Modifier and Type Method Description ComputeEngineTargetDefaults.Builder
ComputeEngineTargetDefaults.Builder. addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)
List of NICs connected to this VM.ComputeEngineTargetDetails.Builder
ComputeEngineTargetDetails.Builder. addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)
List of NICs connected to this VM.
-