public final class NetworkInterface extends GeneratedMessageV3 implements NetworkInterfaceOrBuilder
NetworkInterface represents a NIC of a VM.
Protobuf type google.events.cloud.vmmigration.v1.NetworkInterface
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > NetworkInterfaceImplements
NetworkInterfaceOrBuilderStatic Fields
EXTERNAL_IP_FIELD_NUMBER
public static final int EXTERNAL_IP_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
INTERNAL_IP_FIELD_NUMBER
public static final int INTERNAL_IP_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NETWORK_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SUBNETWORK_FIELD_NUMBER
public static final int SUBNETWORK_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static NetworkInterface getDefaultInstance()
Returns | |
---|---|
Type | Description |
NetworkInterface |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static NetworkInterface.Builder newBuilder()
Returns | |
---|---|
Type | Description |
NetworkInterface.Builder |
newBuilder(NetworkInterface prototype)
public static NetworkInterface.Builder newBuilder(NetworkInterface prototype)
Parameter | |
---|---|
Name | Description |
prototype |
NetworkInterface |
Returns | |
---|---|
Type | Description |
NetworkInterface.Builder |
parseDelimitedFrom(InputStream input)
public static NetworkInterface parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NetworkInterface parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static NetworkInterface parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NetworkInterface parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static NetworkInterface parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NetworkInterface parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static NetworkInterface parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NetworkInterface parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static NetworkInterface parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NetworkInterface parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static NetworkInterface parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NetworkInterface parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NetworkInterface |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<NetworkInterface> parser()
Returns | |
---|---|
Type | Description |
Parser<NetworkInterface> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public NetworkInterface getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
NetworkInterface |
getExternalIp()
public String getExternalIp()
The external IP to define in the NIC.
string external_ip = 4;
Returns | |
---|---|
Type | Description |
String |
The externalIp. |
getExternalIpBytes()
public ByteString getExternalIpBytes()
The external IP to define in the NIC.
string external_ip = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for externalIp. |
getInternalIp()
public String getInternalIp()
The internal IP to define in the NIC.
The formats accepted are: ephemeral
\ ipv4 address \ a named address
resource full path.
string internal_ip = 3;
Returns | |
---|---|
Type | Description |
String |
The internalIp. |
getInternalIpBytes()
public ByteString getInternalIpBytes()
The internal IP to define in the NIC.
The formats accepted are: ephemeral
\ ipv4 address \ a named address
resource full path.
string internal_ip = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for internalIp. |
getNetwork()
public String getNetwork()
The network to connect the NIC to.
string network = 1;
Returns | |
---|---|
Type | Description |
String |
The network. |
getNetworkBytes()
public ByteString getNetworkBytes()
The network to connect the NIC to.
string network = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for network. |
getParserForType()
public Parser<NetworkInterface> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<NetworkInterface> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSubnetwork()
public String getSubnetwork()
The subnetwork to connect the NIC to.
string subnetwork = 2;
Returns | |
---|---|
Type | Description |
String |
The subnetwork. |
getSubnetworkBytes()
public ByteString getSubnetworkBytes()
The subnetwork to connect the NIC to.
string subnetwork = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subnetwork. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public NetworkInterface.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
NetworkInterface.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NetworkInterface.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
NetworkInterface.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public NetworkInterface.Builder toBuilder()
Returns | |
---|---|
Type | Description |
NetworkInterface.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |