public static interface Protos.NetworkInfo.IPAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getIpAddress()
optional string ip_address = 2; |
com.google.protobuf.ByteString |
getIpAddressBytes()
optional string ip_address = 2; |
Protos.NetworkInfo.Protocol |
getProtocol()
optional .mesos.v1.NetworkInfo.Protocol protocol = 1; |
boolean |
hasIpAddress()
optional string ip_address = 2; |
boolean |
hasProtocol()
optional .mesos.v1.NetworkInfo.Protocol protocol = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasProtocol()
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
Specify IP address requirement. Set protocol to the desired value to request the network isolator on the Agent to assign an IP address to the container being launched. If a specific IP address is specified in ip_address, this field should not be set.
Protos.NetworkInfo.Protocol getProtocol()
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
Specify IP address requirement. Set protocol to the desired value to request the network isolator on the Agent to assign an IP address to the container being launched. If a specific IP address is specified in ip_address, this field should not be set.
boolean hasIpAddress()
optional string ip_address = 2;
Statically assigned IP provided by the Framework. This IP will be assigned to the container by the network isolator module on the Agent. This field should not be used with the protocol field above. If an explicit address is requested but is unavailable, the network isolator should fail the task.
String getIpAddress()
optional string ip_address = 2;
Statically assigned IP provided by the Framework. This IP will be assigned to the container by the network isolator module on the Agent. This field should not be used with the protocol field above. If an explicit address is requested but is unavailable, the network isolator should fail the task.
com.google.protobuf.ByteString getIpAddressBytes()
optional string ip_address = 2;
Statically assigned IP provided by the Framework. This IP will be assigned to the container by the network isolator module on the Agent. This field should not be used with the protocol field above. If an explicit address is requested but is unavailable, the network isolator should fail the task.
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.