NetworksListModel

Network data for list views

  • cidrBlock
    Type: string
    required
  • connectedVms
    Type: integer
    required

    Integer numbers.

  • createdAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • datacenter
    Type: object
    required
    • country
      Type: string
      required
    • countryAbbr
      Type: string
      required
    • id
      Type: stringFormat: uuid
      required
    • name
      Type: string
      required
    • region
      Type: string
      required
  • defaultNetwork
    Type: boolean
    required
  • id
    Type: stringFormat: uuid
    required
  • name
    Type: string
    required
  • networkType
    Type: stringenum
    required
    values
    • standard
    • custom
  • snatEnabled
    Type: boolean
    required
  • updatedAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • deletedAt
    Type: stringFormat: date-time nullable

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • resourceGroupId
    Type: stringFormat: uuid nullable

    The resource group this network belongs to (null if unassigned)

  • resourceGroupName
    Type: string nullable

    The name of the resource group (null if unassigned)