interface CreatePrivateNICResponse {
    privateNic?: PrivateNIC;
}

Properties

Properties

privateNic?: PrivateNIC