Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.17 KB

ScalewayPeriodBaremetalPeriodV1PeriodServer.md

File metadata and controls

29 lines (24 loc) · 2.17 KB

ScalewayPeriodBaremetalPeriodV1PeriodServer

Properties

Name Type Description Notes
id Option<String> ID of the server [optional]
organization_id Option<String> Organization ID the server is attached to [optional]
project_id Option<String> Project ID the server is attached to [optional]
name Option<String> Name of the server [optional]
description Option<String> Description of the server [optional]
updated_at Option<String> Date of last modification of the server (RFC 3339 format) [optional]
created_at Option<String> Date of creation of the server (RFC 3339 format) [optional]
status Option<String> Status of the server [optional][default to Unknown]
offer_id Option<String> Offer ID of the server [optional]
offer_name Option<String> Offer name of the server [optional]
tags Option<Vec> Array of customs tags attached to the server [optional]
ips Option<Veccrate::models::ScalewayPeriodBaremetalPeriodV1PeriodIp> Array of IPs attached to the server [optional]
domain Option<String> Domain of the server [optional]
boot_type Option<String> Boot type of the server [optional][default to UnknownBootType]
zone Option<String> The zone in which is the server [optional]
install Option<crate::models::ScalewayBaremetalV1ServerInstall> [optional]
ping_status Option<String> Server status of ping [optional][default to Unknown]
options Option<Veccrate::models::ScalewayPeriodBaremetalPeriodV1PeriodServerPeriodOption> Options enabled on server [optional]
rescue_server Option<crate::models::ScalewayBaremetalV1ServerRescueServer> [optional]

[Back to Model list] [Back to API list] [Back to README]