INPUT_OBJECT
ClipAddressConfigInput
link GraphQL Schema definition
- input ClipAddressConfigInput {
- # The interface number associated with this CLIP Address.
- : Int!
- # The IP Version of this CLIP Address.
- : TypeEnumInput
- # The VLAN ID of this CLIP Address.
- : Int
- # The address type of this CLIP Address.
- : AddrTypeEnumInput
- # The IP address for this CLIP Address.
- : String
- # The IP prefix length for this CLIP Address.
- : Int
- }