interface RpnSanSummary {
    createdAt?: Date;
    datacenterName: string;
    deliveredAt?: Date;
    expiresAt?: Date;
    id: number;
    iqnSuffix: string;
    offerId: number;
    offerName: string;
    organizationId: string;
    projectId: string;
    rpnv1Compatible: boolean;
    rpnv1Implicit: boolean;
    serverHostname: string;
    status: RpnSanStatus;
    storageSize: number;
    terminatedAt?: Date;
}

Properties

createdAt?: Date

Date of creation of the RPN SAN.

datacenterName: string

Datacenter location.

deliveredAt?: Date

RPN SAN delivery date.

expiresAt?: Date

RPN SAN expiration date.

id: number

RPN SAN ID.

iqnSuffix: string

IQN suffix.

offerId: number

Offer ID.

offerName: string

Offer description.

organizationId: string

Organization ID.

projectId: string

Project ID.

rpnv1Compatible: boolean

True if the SAN is compatible with the RPNv1 technology.

rpnv1Implicit: boolean

True if the offer supports the RPNv1 implicitly, false if it must to be added to a group to support RPNv1.

serverHostname: string

RPN SAN server hostname.

status: RpnSanStatus

Status.

storageSize: number

RPN SAN storage size.

terminatedAt?: Date

RPN SAN termination date.