INPUT_OBJECT

ClipAddressConfigInput

link GraphQL Schema definition

  • input ClipAddressConfigInput {
  • # The IP prefix length for this CLIP Address.
  • prefixLength: Int
  • # The IP Version of this CLIP Address.
  • version: TypeEnumInput
  • # The interface number associated with this CLIP Address.
  • intfNumber: Int!
  • # The address type of this CLIP Address.
  • addrType: AddrTypeEnumInput
  • # The IP address for this CLIP Address.
  • address: String
  • # The VLAN ID of this CLIP Address.
  • vlanId: Int
  • }