enum
Amazonite::ApiGateway::IpAddressType
Defined in:
api_gateway/ip_address_type.crEnum Members
-
Ipv4 =
0 -
Dualstack =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AAG::IpAddressType
- .from_json_object_key?(key : String) : AAG::IpAddressType | Nil
- .to_json(e : IpAddressType, json : JSON::Builder) : Nil
Instance Method Summary
-
#dualstack?
Returns
trueif this enum value equalsDualstack -
#ipv4?
Returns
trueif this enum value equalsIpv4 - #to_json_object_key : String