AttachServerVolumeRequest: {
    boot?: boolean;
    serverId: string;
    volumeId: string;
    volumeType?: AttachServerVolumeRequestVolumeType;
    zone?: Zone;
}

Type declaration

  • Optionalboot?: boolean
  • serverId: string
  • volumeId: string
  • OptionalvolumeType?: AttachServerVolumeRequestVolumeType
  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.