RuntimeAgentRegionInternalDTO: {
    clientPassword: string;
    clientProfileName?: string;
    clientUsername: string;
    cloudProvider: string;
    createdBy?: string;
    createdTime?: string;
    host: string;
    id?: string;
    msgVpn: string;
    name: string;
    port?: number;
    region: string;
    sempPassword: string;
    sempPort?: number;
    sempUsername: string;
    serviceId: string;
    updatedBy?: string;
    updatedTime?: string;
}

Type declaration

  • clientPassword: string
  • Optional clientProfileName?: string
  • clientUsername: string
  • cloudProvider: string

    The name of the cloud provider.

  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • host: string

    The host name of the region.

  • Optional Readonly id?: string

    Primary key set by the server.

  • msgVpn: string

    The name of the region's msgVpn.

  • name: string

    The name of the EventManagementAgentRegion.

  • Optional port?: number

    The SMF port number.

  • region: string

    The name of the region.

  • sempPassword: string
  • Optional sempPort?: number
  • sempUsername: string
  • serviceId: string

    The id of the service from maas-core.

  • Optional Readonly updatedBy?: string
  • Optional Readonly updatedTime?: string