Allowed.Builder |
Firewall.Builder.addAllowedBuilder() |
The list of ALLOW rules specified by this firewall.
|
Allowed.Builder |
Firewall.Builder.addAllowedBuilder(int index) |
The list of ALLOW rules specified by this firewall.
|
Allowed.Builder |
Allowed.Builder.addAllPorts(Iterable<String> values) |
An optional list of ports to which this rule applies.
|
Allowed.Builder |
Allowed.Builder.addPorts(String value) |
An optional list of ports to which this rule applies.
|
Allowed.Builder |
Allowed.Builder.addPortsBytes(com.google.protobuf.ByteString value) |
An optional list of ports to which this rule applies.
|
Allowed.Builder |
Allowed.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Allowed.Builder |
Allowed.Builder.clear() |
|
Allowed.Builder |
Allowed.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Allowed.Builder |
Allowed.Builder.clearIPProtocol() |
The IP protocol to which this rule applies.
|
Allowed.Builder |
Allowed.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Allowed.Builder |
Allowed.Builder.clearPorts() |
An optional list of ports to which this rule applies.
|
Allowed.Builder |
Allowed.Builder.clone() |
|
Allowed.Builder |
Firewall.Builder.getAllowedBuilder(int index) |
The list of ALLOW rules specified by this firewall.
|
Allowed.Builder |
Allowed.Builder.mergeFrom(Allowed other) |
|
Allowed.Builder |
Allowed.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Allowed.Builder |
Allowed.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Allowed.Builder |
Allowed.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Allowed.Builder |
Allowed.newBuilder() |
|
static Allowed.Builder |
Allowed.newBuilder(Allowed prototype) |
|
Allowed.Builder |
Allowed.newBuilderForType() |
|
protected Allowed.Builder |
Allowed.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Allowed.Builder |
Allowed.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Allowed.Builder |
Allowed.Builder.setIPProtocol(String value) |
The IP protocol to which this rule applies.
|
Allowed.Builder |
Allowed.Builder.setIPProtocolBytes(com.google.protobuf.ByteString value) |
The IP protocol to which this rule applies.
|
Allowed.Builder |
Allowed.Builder.setPorts(int index,
String value) |
An optional list of ports to which this rule applies.
|
Allowed.Builder |
Allowed.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Allowed.Builder |
Allowed.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Allowed.Builder |
Allowed.toBuilder() |
|