All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToPortTags(Collection<String> items) |
A |
addAllToSubnets(Collection<SubnetParam> items) |
NetworkParamFluent.SubnetsNested<A> |
addNewSubnet() |
NetworkParamFluent.SubnetsNested<A> |
addNewSubnetLike(SubnetParam item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToPortTags(int index,
String item) |
A |
addToPortTags(String... items) |
A |
addToProfile(Map<String,String> map) |
A |
addToProfile(String key,
String value) |
A |
addToSubnets(int index,
SubnetParam item) |
A |
addToSubnets(SubnetParam... items) |
Filter |
buildFilter() |
SubnetParam |
buildFirstSubnet() |
SubnetParam |
buildLastSubnet() |
SubnetParam |
buildMatchingSubnet(Predicate<SubnetParamBuilder> predicate) |
SubnetParam |
buildSubnet(int index) |
List<SubnetParam> |
buildSubnets() |
protected void |
copyInstance(NetworkParam instance) |
NetworkParamFluent.FilterNested<A> |
editFilter() |
NetworkParamFluent.SubnetsNested<A> |
editFirstSubnet() |
NetworkParamFluent.SubnetsNested<A> |
editLastSubnet() |
NetworkParamFluent.SubnetsNested<A> |
editMatchingSubnet(Predicate<SubnetParamBuilder> predicate) |
NetworkParamFluent.FilterNested<A> |
editOrNewFilter() |
NetworkParamFluent.FilterNested<A> |
editOrNewFilterLike(Filter item) |
NetworkParamFluent.SubnetsNested<A> |
editSubnet(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstPortTag() |
String |
getFixedIp() |
String |
getLastPortTag() |
String |
getMatchingPortTag(Predicate<String> predicate) |
Boolean |
getNoAllowedAddressPairs() |
Boolean |
getPortSecurity() |
String |
getPortTag(int index) |
List<String> |
getPortTags() |
Map<String,String> |
getProfile() |
String |
getUuid() |
String |
getVnicType() |
boolean |
hasAdditionalProperties() |
boolean |
hasFilter() |
boolean |
hasFixedIp() |
int |
hashCode() |
boolean |
hasMatchingPortTag(Predicate<String> predicate) |
boolean |
hasMatchingSubnet(Predicate<SubnetParamBuilder> predicate) |
boolean |
hasNoAllowedAddressPairs() |
boolean |
hasPortSecurity() |
boolean |
hasPortTags() |
boolean |
hasProfile() |
boolean |
hasSubnets() |
boolean |
hasUuid() |
boolean |
hasVnicType() |
A |
removeAllFromPortTags(Collection<String> items) |
A |
removeAllFromSubnets(Collection<SubnetParam> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromPortTags(String... items) |
A |
removeFromProfile(Map<String,String> map) |
A |
removeFromProfile(String key) |
A |
removeFromSubnets(SubnetParam... items) |
A |
removeMatchingFromSubnets(Predicate<SubnetParamBuilder> predicate) |
NetworkParamFluent.SubnetsNested<A> |
setNewSubnetLike(int index,
SubnetParam item) |
A |
setToPortTags(int index,
String item) |
A |
setToSubnets(int index,
SubnetParam item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withFilter(Filter filter) |
A |
withFixedIp(String fixedIp) |
NetworkParamFluent.FilterNested<A> |
withNewFilter() |
NetworkParamFluent.FilterNested<A> |
withNewFilterLike(Filter item) |
A |
withNoAllowedAddressPairs() |
A |
withNoAllowedAddressPairs(Boolean noAllowedAddressPairs) |
A |
withPortSecurity() |
A |
withPortSecurity(Boolean portSecurity) |
A |
withPortTags(List<String> portTags) |
A |
withPortTags(String... portTags) |
<K,V> A |
withProfile(Map<String,String> profile) |
A |
withSubnets(List<SubnetParam> subnets) |
A |
withSubnets(SubnetParam... subnets) |
A |
withUuid(String uuid) |
A |
withVnicType(String vnicType) |