Uses of Class
com.oracle.bmc.networkfirewall.model.AddressListType
-
Packages that use AddressListType Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of AddressListType in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return AddressListType Modifier and Type Method Description static AddressListType
AddressListType. create(String key)
AddressListType
AddressList. getType()
Type of address List.AddressListType
AddressListSummary. getType()
Type of address List.AddressListType
CreateAddressListDetails. getType()
Type of address List.static AddressListType
AddressListType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AddressListType[]
AddressListType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkfirewall.model with parameters of type AddressListType Modifier and Type Method Description AddressList.Builder
AddressList.Builder. type(AddressListType type)
Type of address List.AddressListSummary.Builder
AddressListSummary.Builder. type(AddressListType type)
Type of address List.CreateAddressListDetails.Builder
CreateAddressListDetails.Builder. type(AddressListType type)
Type of address List.Constructors in com.oracle.bmc.networkfirewall.model with parameters of type AddressListType Constructor Description AddressList(String name, AddressListType type, List<String> addresses, Integer totalAddresses, String parentResourceId)
Deprecated.AddressListSummary(String name, AddressListType type, Integer totalAddresses, String parentResourceId)
Deprecated.CreateAddressListDetails(String name, AddressListType type, List<String> addresses)
Deprecated.
-