interface Pool {
    details?: string;
    ips: string[];
    projectId: string;
    reverse?: string;
    status: TransactionalEmail.v1alpha1.PoolStatus;
    zone?: Zone;
}

Properties

details?: string

Details of the pool.

ips: string[]

IPs of the pool.

projectId: string

ID of the Project.

reverse?: string

Reverse hostname of all IPs of the pool.

Status of the pool.

zone?: Zone

Zone of the pool.