| Modifier and Type | Method and Description |
|---|---|
static Network.Type |
Network.Type.forNumber(int value) |
Network.Type |
LogicalInterface.LogicalNetworkInterfaceOrBuilder.getNetworkType()
Type of network.
|
Network.Type |
LogicalInterface.LogicalNetworkInterface.getNetworkType()
Type of network.
|
Network.Type |
LogicalInterface.LogicalNetworkInterface.Builder.getNetworkType()
Type of network.
|
Network.Type |
NetworkOrBuilder.getType()
The type of this network.
|
Network.Type |
Network.getType()
The type of this network.
|
Network.Type |
Network.Builder.getType()
The type of this network.
|
static Network.Type |
Network.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Network.Type |
Network.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Network.Type |
Network.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Network.Type[] |
Network.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Network.Type> |
Network.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
LogicalInterface.LogicalNetworkInterface.Builder |
LogicalInterface.LogicalNetworkInterface.Builder.setNetworkType(Network.Type value)
Type of network.
|
Network.Builder |
Network.Builder.setType(Network.Type value)
The type of this network.
|
Copyright © 2022 Google LLC. All rights reserved.