public static final class FirewallFloodProtectionProfile.Builder
extends java.lang.Object
FirewallFloodProtectionProfile.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
FirewallFloodProtectionProfile. |
| Modifier and Type | Method and Description |
|---|---|
FirewallFloodProtectionProfile |
build() |
FirewallFloodProtectionProfile.Builder |
setCreateTime(java.lang.Long createTime)
Timestamp of resource creation format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FirewallFloodProtectionProfile.Builder |
setCreateUser(java.lang.String createUser)
ID of the user who created this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FirewallFloodProtectionProfile.Builder |
setDescription(java.lang.String description)
Description of this resource
|
FirewallFloodProtectionProfile.Builder |
setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
FirewallFloodProtectionProfile.Builder |
setEnableRstSpoofing(java.lang.Boolean enableRstSpoofing)
The flag to indicate RST spoofing is enabled or not.
|
FirewallFloodProtectionProfile.Builder |
setEnableSyncache(java.lang.Boolean enableSyncache)
The flag to indicate syncache is enabled or not.
|
FirewallFloodProtectionProfile.Builder |
setIcmpActiveFlowLimit(java.lang.Long icmpActiveFlowLimit)
The maximum limit of active icmp connections.
|
FirewallFloodProtectionProfile.Builder |
setId(java.lang.String id)
Unique identifier of this resource
|
FirewallFloodProtectionProfile.Builder |
setLastModifiedTime(java.lang.Long lastModifiedTime)
Timestamp of last modification format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FirewallFloodProtectionProfile.Builder |
setLastModifiedUser(java.lang.String lastModifiedUser)
ID of the user who last modified this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FirewallFloodProtectionProfile.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
FirewallFloodProtectionProfile.Builder |
setNatActiveConnLimit(java.lang.Long natActiveConnLimit)
The maximum limit of active NAT connections.
|
FirewallFloodProtectionProfile.Builder |
setOtherActiveConnLimit(java.lang.Long otherActiveConnLimit)
The maximum limit of other active connections besides udp, icmp and half open
tcp connections.
|
FirewallFloodProtectionProfile.Builder |
setProtection(java.lang.String protection)
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
FirewallFloodProtectionProfile.Builder |
setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
FirewallFloodProtectionProfile.Builder |
setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FirewallFloodProtectionProfile.Builder |
setSelf(SelfResourceLink self) |
FirewallFloodProtectionProfile.Builder |
setSystemOwned(java.lang.Boolean systemOwned)
Indicates system owned resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FirewallFloodProtectionProfile.Builder |
setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
FirewallFloodProtectionProfile.Builder |
setTcpHalfOpenConnLimit(java.lang.Long tcpHalfOpenConnLimit)
The maximum limit of tcp half open connections.
|
FirewallFloodProtectionProfile.Builder |
setUdpActiveFlowLimit(java.lang.Long udpActiveFlowLimit)
The maximum limit of active udp connections.
|
public Builder()
FirewallFloodProtectionProfile.public FirewallFloodProtectionProfile.Builder setEnableRstSpoofing(java.lang.Boolean enableRstSpoofing)
enableRstSpoofing - New value for the property.public FirewallFloodProtectionProfile.Builder setEnableSyncache(java.lang.Boolean enableSyncache)
enableSyncache - New value for the property.public FirewallFloodProtectionProfile.Builder setIcmpActiveFlowLimit(java.lang.Long icmpActiveFlowLimit)
icmpActiveFlowLimit - New value for the property.public FirewallFloodProtectionProfile.Builder setNatActiveConnLimit(java.lang.Long natActiveConnLimit)
natActiveConnLimit - New value for the property.public FirewallFloodProtectionProfile.Builder setOtherActiveConnLimit(java.lang.Long otherActiveConnLimit)
otherActiveConnLimit - New value for the property.public FirewallFloodProtectionProfile.Builder setTcpHalfOpenConnLimit(java.lang.Long tcpHalfOpenConnLimit)
tcpHalfOpenConnLimit - New value for the property.public FirewallFloodProtectionProfile.Builder setUdpActiveFlowLimit(java.lang.Long udpActiveFlowLimit)
udpActiveFlowLimit - New value for the property.public FirewallFloodProtectionProfile.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public FirewallFloodProtectionProfile.Builder setSchema(java.lang.String schema)
schema - New value for the property.public FirewallFloodProtectionProfile.Builder setSelf(SelfResourceLink self)
self - New value for the property.public FirewallFloodProtectionProfile.Builder setRevision(java.lang.Long revision)
revision - New value for the property.public FirewallFloodProtectionProfile.Builder setCreateTime(java.lang.Long createTime)
createTime - New value for the property.public FirewallFloodProtectionProfile.Builder setCreateUser(java.lang.String createUser)
createUser - New value for the property.public FirewallFloodProtectionProfile.Builder setLastModifiedTime(java.lang.Long lastModifiedTime)
lastModifiedTime - New value for the property.public FirewallFloodProtectionProfile.Builder setLastModifiedUser(java.lang.String lastModifiedUser)
lastModifiedUser - New value for the property.public FirewallFloodProtectionProfile.Builder setProtection(java.lang.String protection)
protection - New value for the property.public FirewallFloodProtectionProfile.Builder setSystemOwned(java.lang.Boolean systemOwned)
systemOwned - New value for the property.public FirewallFloodProtectionProfile.Builder setDescription(java.lang.String description)
description - New value for the property.public FirewallFloodProtectionProfile.Builder setDisplayName(java.lang.String displayName)
displayName - New value for the property.public FirewallFloodProtectionProfile.Builder setId(java.lang.String id)
id - New value for the property.public FirewallFloodProtectionProfile.Builder setTags(java.util.List<Tag> tags)
tags - New value for the property.public FirewallFloodProtectionProfile build()