public class FirewallRuleProtocols extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="Tcp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Udp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<element name="Icmp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Any" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FirewallRuleProtocols.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FirewallRuleProtocols.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Boolean |
isAny()
Gets the value of the any property.
|
Boolean |
isIcmp()
Gets the value of the icmp property.
|
Boolean |
isTcp()
Gets the value of the tcp property.
|
Boolean |
isUdp()
Gets the value of the udp property.
|
FirewallRuleProtocols.Builder |
toBuilder() |
String |
toString() |
public static FirewallRuleProtocols.Builder builder()
public FirewallRuleProtocols.Builder toBuilder()
public Boolean isIcmp()
BooleanCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.