diff --git a/cli/docs/cli.json b/cli/docs/cli.json index 9025a89b..3222ebcc 100644 --- a/cli/docs/cli.json +++ b/cli/docs/cli.json @@ -147,7 +147,7 @@ "subcommands": [ { "name": "create", - "about": "Create a new system-wide x.509 certificate", + "about": "Create new system-wide x.509 certificate", "long_about": "This certificate is automatically used by the Oxide Control plane to serve external connections.", "args": [ { @@ -183,7 +183,7 @@ }, { "name": "delete", - "about": "Delete a certificate", + "about": "Delete certificate", "long_about": "Permanently delete a certificate. This operation cannot be undone.", "args": [ { @@ -212,7 +212,7 @@ }, { "name": "view", - "about": "Fetch a certificate", + "about": "Fetch certificate", "long_about": "Returns the details of a specific certificate", "args": [ { @@ -227,7 +227,7 @@ "subcommands": [ { "name": "groups", - "about": "Fetch the silo groups the current user belongs to", + "about": "Fetch current user's groups", "args": [ { "long": "limit", @@ -246,7 +246,7 @@ "subcommands": [ { "name": "create", - "about": "Create an SSH public key", + "about": "Create SSH public key", "long_about": "Create an SSH public key for the currently authenticated user.", "args": [ { @@ -271,7 +271,7 @@ }, { "name": "delete", - "about": "Delete an SSH public key", + "about": "Delete SSH public key", "long_about": "Delete an SSH public key associated with the currently authenticated user.", "args": [ { @@ -301,8 +301,8 @@ }, { "name": "view", - "about": "Fetch an SSH public key", - "long_about": "Fetch an SSH public key associated with the currently authenticated user.", + "about": "Fetch SSH public key", + "long_about": "Fetch SSH public key associated with the currently authenticated user.", "args": [ { "long": "ssh-key", @@ -314,7 +314,7 @@ }, { "name": "view", - "about": "Fetch the user associated with the current session" + "about": "Fetch user for current session" } ] }, @@ -351,7 +351,7 @@ }, { "name": "delete", - "about": "Delete a disk", + "about": "Delete disk", "args": [ { "long": "disk", @@ -446,7 +446,7 @@ }, { "name": "start", - "about": "Start importing blocks into a disk", + "about": "Start importing blocks into disk", "long_about": "Start the process of importing blocks into a disk", "args": [ { @@ -461,7 +461,7 @@ }, { "name": "stop", - "about": "Stop importing blocks into a disk", + "about": "Stop importing blocks into disk", "long_about": "Stop the process of importing blocks into a disk", "args": [ { @@ -476,7 +476,7 @@ }, { "name": "write", - "about": "Import blocks into a disk", + "about": "Import blocks into disk", "args": [ { "long": "base64-encoded-data" @@ -577,7 +577,7 @@ }, { "name": "view", - "about": "Fetch a disk", + "about": "Fetch disk", "args": [ { "long": "disk", @@ -600,7 +600,8 @@ "subcommands": [ { "name": "attach", - "about": "Attach a floating IP to an instance or other resource", + "about": "Attach floating IP", + "long_about": "Attach floating IP to an instance or other resource.", "args": [ { "long": "floating-ip", @@ -633,7 +634,7 @@ }, { "name": "create", - "about": "Create a floating IP", + "about": "Create floating IP", "args": [ { "long": "address", @@ -665,7 +666,7 @@ }, { "name": "delete", - "about": "Delete a floating IP", + "about": "Delete floating IP", "args": [ { "long": "floating-ip", @@ -679,7 +680,7 @@ }, { "name": "detach", - "about": "Detach a floating IP from an instance or other resource", + "about": "Detach floating IP", "args": [ { "long": "floating-ip", @@ -715,7 +716,7 @@ }, { "name": "view", - "about": "Fetch a floating IP", + "about": "Fetch floating IP", "args": [ { "long": "floating-ip", @@ -755,7 +756,7 @@ "subcommands": [ { "name": "create", - "about": "Create an image", + "about": "Create image", "long_about": "Create a new image in a project.", "args": [ { @@ -788,7 +789,7 @@ }, { "name": "delete", - "about": "Delete an image", + "about": "Delete image", "long_about": "Permanently delete an image from a project. This operation cannot be undone. Any instances in the project using the image will continue to run, however new instances can not be created with this image.", "args": [ { @@ -803,8 +804,8 @@ }, { "name": "demote", - "about": "Demote a silo image", - "long_about": "Demote a silo image to be visible only to a specified project", + "about": "Demote silo image", + "long_about": "Demote silo image to be visible only to a specified project", "args": [ { "long": "image", @@ -841,8 +842,8 @@ }, { "name": "promote", - "about": "Promote a project image", - "long_about": "Promote a project image to be visible to all projects in the silo", + "about": "Promote project image", + "long_about": "Promote project image to be visible to all projects in the silo", "args": [ { "long": "image", @@ -856,7 +857,7 @@ }, { "name": "view", - "about": "Fetch an image", + "about": "Fetch image", "long_about": "Fetch the details for a specific image in a project.", "args": [ { @@ -876,7 +877,7 @@ "subcommands": [ { "name": "create", - "about": "Create an instance", + "about": "Create instance", "args": [ { "long": "description" @@ -921,7 +922,7 @@ }, { "name": "delete", - "about": "Delete an instance", + "about": "Delete instance", "args": [ { "long": "instance", @@ -938,7 +939,7 @@ "subcommands": [ { "name": "attach", - "about": "Attach a disk to an instance", + "about": "Attach disk to instance", "args": [ { "long": "disk", @@ -964,7 +965,7 @@ }, { "name": "detach", - "about": "Detach a disk from an instance", + "about": "Detach disk from instance", "args": [ { "long": "disk", @@ -990,7 +991,7 @@ }, { "name": "list", - "about": "List an instance's disks", + "about": "List disks for instance", "args": [ { "long": "instance", @@ -1021,7 +1022,7 @@ "subcommands": [ { "name": "attach-ephemeral", - "about": "Allocate and attach an ephemeral IP to an instance", + "about": "Allocate and attach ephemeral IP to instance", "args": [ { "long": "instance", @@ -1047,7 +1048,7 @@ }, { "name": "detach-ephemeral", - "about": "Detach and deallocate an ephemeral IP from an instance", + "about": "Detach and deallocate ephemeral IP from instance", "args": [ { "long": "instance", @@ -1144,7 +1145,7 @@ "subcommands": [ { "name": "create", - "about": "Create a network interface", + "about": "Create network interface", "args": [ { "long": "description" @@ -1184,7 +1185,7 @@ }, { "name": "delete", - "about": "Delete a network interface", + "about": "Delete network interface", "long_about": "Note that the primary interface for an instance cannot be deleted if there are any secondary interfaces. A new primary interface must be designated first. The primary interface can be deleted if there are no secondary interfaces.", "args": [ { @@ -1229,7 +1230,7 @@ }, { "name": "update", - "about": "Update a network interface", + "about": "Update network interface", "args": [ { "long": "description" @@ -1269,7 +1270,7 @@ }, { "name": "view", - "about": "Fetch a network interface", + "about": "Fetch network interface", "args": [ { "long": "instance", @@ -1378,8 +1379,8 @@ "subcommands": [ { "name": "list", - "about": "List the SSH public keys added to the instance via cloud-init during instance creation", - "long_about": "Note that this list is a snapshot in time and will not reflect updates made after the instance is created.", + "about": "List SSH public keys for instance", + "long_about": "List SSH public keys injected via cloud-init during instance creation. Note that this list is a snapshot in time and will not reflect updates made after the instance is created.", "args": [ { "long": "instance", @@ -1407,7 +1408,7 @@ }, { "name": "start", - "about": "Boot an instance", + "about": "Boot instance", "args": [ { "long": "instance", @@ -1421,7 +1422,7 @@ }, { "name": "stop", - "about": "Stop an instance", + "about": "Stop instance", "args": [ { "long": "instance", @@ -1435,7 +1436,7 @@ }, { "name": "view", - "about": "Fetch an instance", + "about": "Fetch instance", "args": [ { "long": "instance", @@ -1454,7 +1455,7 @@ "subcommands": [ { "name": "create", - "about": "Create an IP pool", + "about": "Create IP pool", "args": [ { "long": "description" @@ -1474,7 +1475,7 @@ }, { "name": "delete", - "about": "Delete an IP pool", + "about": "Delete IP pool", "args": [ { "long": "pool", @@ -1505,7 +1506,7 @@ "subcommands": [ { "name": "add", - "about": "Add a range to an IP pool", + "about": "Add range to IP pool", "args": [ { "long": "first" @@ -1529,8 +1530,8 @@ }, { "name": "list", - "about": "List ranges for an IP pool", - "long_about": "List ranges for an IP pool. Ranges are ordered by their first address.", + "about": "List ranges for IP pool", + "long_about": "Ranges are ordered by their first address.", "args": [ { "long": "limit", @@ -1544,7 +1545,7 @@ }, { "name": "remove", - "about": "Remove a range from an IP pool", + "about": "Remove range from IP pool", "args": [ { "long": "first" @@ -1629,7 +1630,7 @@ }, { "name": "view", - "about": "Fetch the Oxide service IP pool" + "about": "Fetch Oxide service IP pool" } ] }, @@ -1638,7 +1639,7 @@ "subcommands": [ { "name": "link", - "about": "Link an IP pool to a silo", + "about": "Link IP pool to silo", "long_about": "Users in linked silos can allocate external IPs from this pool for their instances. A silo can have at most one default pool. IPs are allocated from the default pool when users ask for one without specifying a pool.", "args": [ { @@ -1668,7 +1669,7 @@ }, { "name": "list", - "about": "List an IP pool's linked silos", + "about": "List IP pool's linked silos", "args": [ { "long": "limit", @@ -1688,7 +1689,7 @@ }, { "name": "unlink", - "about": "Unlink an IP pool from a silo", + "about": "Unlink IP pool from silo", "long_about": "Will fail if there are any outstanding IPs allocated in the silo.", "args": [ { @@ -1732,7 +1733,7 @@ }, { "name": "update", - "about": "Update an IP pool", + "about": "Update IP pool", "args": [ { "long": "description" @@ -1756,7 +1757,7 @@ }, { "name": "view", - "about": "Fetch an IP pool", + "about": "Fetch IP pool", "args": [ { "long": "pool", @@ -1776,7 +1777,7 @@ "subcommands": [ { "name": "update", - "about": "Update the current silo's IAM policy", + "about": "Update current silo's IAM policy", "args": [ { "long": "json-body", @@ -1790,7 +1791,7 @@ }, { "name": "view", - "about": "Fetch the current silo's IAM policy" + "about": "Fetch current silo's IAM policy" } ] }, @@ -1799,7 +1800,7 @@ "subcommands": [ { "name": "create", - "about": "Create a project", + "about": "Create project", "args": [ { "long": "description" @@ -1819,7 +1820,7 @@ }, { "name": "delete", - "about": "Delete a project", + "about": "Delete project", "args": [ { "long": "project", @@ -1850,7 +1851,7 @@ }, { "name": "view", - "about": "Fetch an IP pool", + "about": "Fetch IP pool", "args": [ { "long": "pool", @@ -1883,7 +1884,7 @@ "subcommands": [ { "name": "update", - "about": "Update a project's IAM policy", + "about": "Update project's IAM policy", "args": [ { "long": "json-body", @@ -1901,7 +1902,7 @@ }, { "name": "view", - "about": "Fetch a project's IAM policy", + "about": "Fetch project's IAM policy", "args": [ { "long": "project", @@ -1937,7 +1938,7 @@ }, { "name": "view", - "about": "Fetch a project", + "about": "Fetch project", "args": [ { "long": "project", @@ -2032,7 +2033,7 @@ "subcommands": [ { "name": "create", - "about": "Create a user", + "about": "Create user", "long_about": "Users can only be created in Silos with `provision_type` == `Fixed`. Otherwise, Silo users are just-in-time (JIT) provisioned when a user first logs in using an external Identity Provider.", "args": [ { @@ -2055,7 +2056,7 @@ }, { "name": "delete", - "about": "Delete a user", + "about": "Delete user", "args": [ { "long": "silo", @@ -2069,7 +2070,7 @@ }, { "name": "set-password", - "about": "Set or invalidate a user's password", + "about": "Set or invalidate user's password", "long_about": "Passwords can only be updated for users in Silos with identity mode `LocalOnly`.", "args": [ { @@ -2099,7 +2100,7 @@ "subcommands": [ { "name": "create", - "about": "Create a SAML IdP", + "about": "Create SAML IdP", "args": [ { "long": "acs-url", @@ -2153,7 +2154,7 @@ }, { "name": "view", - "about": "Fetch a SAML IdP", + "about": "Fetch SAML IdP", "args": [ { "long": "provider", @@ -2221,7 +2222,7 @@ "subcommands": [ { "name": "update", - "about": "Update a silo's IAM policy", + "about": "Update silo IAM policy", "args": [ { "long": "json-body", @@ -2239,7 +2240,7 @@ }, { "name": "view", - "about": "Fetch a silo's IAM policy", + "about": "Fetch silo IAM policy", "args": [ { "long": "silo", @@ -2270,7 +2271,7 @@ }, { "name": "update", - "about": "Update the resource quotas of a given silo", + "about": "Update resource quotas for silo", "long_about": "If a quota value is not specified, it will remain unchanged.", "args": [ { @@ -2301,7 +2302,7 @@ }, { "name": "view", - "about": "View the resource quotas of a given silo", + "about": "Fetch resource quotas for silo", "args": [ { "long": "silo", @@ -2316,7 +2317,7 @@ "subcommands": [ { "name": "list", - "about": "List built-in (system) users in a silo", + "about": "List built-in (system) users in silo", "args": [ { "long": "limit", @@ -2336,7 +2337,7 @@ }, { "name": "view", - "about": "Fetch a built-in (system) user", + "about": "Fetch built-in (system) user", "args": [ { "long": "silo", @@ -2373,7 +2374,7 @@ }, { "name": "view", - "about": "View the current utilization of a given silo", + "about": "Fetch current utilization for given silo", "args": [ { "long": "silo", @@ -2385,8 +2386,8 @@ }, { "name": "view", - "about": "Fetch a silo", - "long_about": "Fetch a silo by name or ID.", + "about": "Fetch silo", + "long_about": "Fetch silo by name or ID.", "args": [ { "long": "silo", @@ -2401,7 +2402,7 @@ "subcommands": [ { "name": "create", - "about": "Create a snapshot", + "about": "Create snapshot", "long_about": "Creates a point-in-time snapshot from a disk.", "args": [ { @@ -2430,7 +2431,7 @@ }, { "name": "delete", - "about": "Delete a snapshot", + "about": "Delete snapshot", "args": [ { "long": "project", @@ -2466,7 +2467,7 @@ }, { "name": "view", - "about": "Fetch a snapshot", + "about": "Fetch snapshot", "args": [ { "long": "project", @@ -2528,7 +2529,7 @@ }, { "name": "view", - "about": "Fetch a rack", + "about": "Fetch rack", "args": [ { "long": "rack-id", @@ -2543,7 +2544,7 @@ "subcommands": [ { "name": "add", - "about": "Add a sled to an initialized rack", + "about": "Add sled to initialized rack", "args": [ { "long": "json-body", @@ -2583,7 +2584,7 @@ }, { "name": "instance-list", - "about": "List instances running on a given sled", + "about": "List instances running on given sled", "args": [ { "long": "limit", @@ -2619,7 +2620,7 @@ }, { "name": "list-uninitialized", - "about": "List uninitialized sleds in a given rack", + "about": "List uninitialized sleds", "args": [ { "long": "limit", @@ -2629,7 +2630,7 @@ }, { "name": "set-provision-state", - "about": "Set the sled's provision state", + "about": "Set sled provision state", "args": [ { "long": "json-body", @@ -2655,7 +2656,7 @@ }, { "name": "view", - "about": "Fetch a sled", + "about": "Fetch sled", "args": [ { "long": "sled-id", @@ -2686,7 +2687,7 @@ }, { "name": "view", - "about": "Fetch a switch", + "about": "Fetch switch", "args": [ { "long": "switch-id", @@ -2782,7 +2783,7 @@ "subcommands": [ { "name": "list", - "about": "List the blocks in an address lot", + "about": "List blocks in address lot", "args": [ { "long": "address-lot", @@ -2804,7 +2805,7 @@ }, { "name": "create", - "about": "Create an address lot", + "about": "Create address lot", "args": [ { "long": "description" @@ -2832,7 +2833,7 @@ }, { "name": "delete", - "about": "Delete an address lot", + "about": "Delete address lot", "args": [ { "long": "address-lot", @@ -2938,7 +2939,7 @@ "subcommands": [ { "name": "create", - "about": "Create a new BGP announce set", + "about": "Create new BGP announce set", "args": [ { "long": "description" @@ -2958,7 +2959,7 @@ }, { "name": "delete", - "about": "Delete a BGP announce set", + "about": "Delete BGP announce set", "args": [ { "long": "name-or-id", @@ -2983,7 +2984,7 @@ "subcommands": [ { "name": "create", - "about": "Create a new BGP configuration", + "about": "Create new BGP configuration", "args": [ { "long": "asn", @@ -3014,7 +3015,7 @@ }, { "name": "delete", - "about": "Delete a BGP configuration", + "about": "Delete BGP configuration", "args": [ { "long": "name-or-id", @@ -3075,7 +3076,7 @@ "subcommands": [ { "name": "create", - "about": "Create a loopback address", + "about": "Create loopback address", "args": [ { "long": "address", @@ -3117,7 +3118,7 @@ }, { "name": "delete", - "about": "Delete a loopback address", + "about": "Delete loopback address", "args": [ { "long": "address", @@ -3212,7 +3213,7 @@ }, { "name": "view", - "about": "Get information about a switch port", + "about": "Get information about switch port", "args": [ { "long": "port", @@ -3229,7 +3230,7 @@ "subcommands": [ { "name": "update", - "about": "Update the top-level IAM policy", + "about": "Update top-level IAM policy", "args": [ { "long": "json-body", @@ -3243,7 +3244,7 @@ }, { "name": "view", - "about": "Fetch the top-level IAM policy" + "about": "Fetch top-level IAM policy" } ] } @@ -3275,7 +3276,7 @@ }, { "name": "utilization", - "about": "View the resource utilization of the user's current silo" + "about": "Fetch resource utilization for user's current silo" }, { "name": "version", @@ -3286,7 +3287,7 @@ "subcommands": [ { "name": "create", - "about": "Create a VPC", + "about": "Create VPC", "args": [ { "long": "description" @@ -3317,7 +3318,7 @@ }, { "name": "delete", - "about": "Delete a VPC", + "about": "Delete VPC", "args": [ { "long": "project", @@ -3397,7 +3398,7 @@ "subcommands": [ { "name": "create", - "about": "Create a subnet", + "about": "Create subnet", "args": [ { "long": "description" @@ -3433,7 +3434,7 @@ }, { "name": "delete", - "about": "Delete a subnet", + "about": "Delete subnet", "args": [ { "long": "project", @@ -3512,7 +3513,7 @@ }, { "name": "update", - "about": "Update a subnet", + "about": "Update subnet", "args": [ { "long": "description" @@ -3544,7 +3545,7 @@ }, { "name": "view", - "about": "Fetch a subnet", + "about": "Fetch subnet", "args": [ { "long": "project", @@ -3595,7 +3596,7 @@ }, { "name": "view", - "about": "Fetch a VPC", + "about": "Fetch VPC", "args": [ { "long": "project", diff --git a/cli/src/generated_cli.rs b/cli/src/generated_cli.rs index c9069337..85432dcf 100644 --- a/cli/src/generated_cli.rs +++ b/cli/src/generated_cli.rs @@ -427,7 +427,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a new system-wide x.509 certificate") + .about("Create new system-wide x.509 certificate") .long_about( "This certificate is automatically used by the Oxide Control plane to serve \ external connections.", @@ -442,7 +442,7 @@ impl Cli { .value_parser(clap::value_parser!(types::NameOrId)) .required(true), ) - .about("Fetch a certificate") + .about("Fetch certificate") .long_about("Returns the details of a specific certificate") } @@ -454,7 +454,7 @@ impl Cli { .value_parser(clap::value_parser!(types::NameOrId)) .required(true), ) - .about("Delete a certificate") + .about("Delete certificate") .long_about("Permanently delete a certificate. This operation cannot be undone.") } @@ -551,7 +551,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Fetch a disk") + .about("Fetch disk") } pub fn cli_disk_delete() -> clap::Command { @@ -570,7 +570,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Delete a disk") + .about("Delete disk") } pub fn cli_disk_bulk_write_import() -> clap::Command { @@ -615,7 +615,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Import blocks into a disk") + .about("Import blocks into disk") } pub fn cli_disk_bulk_write_import_start() -> clap::Command { @@ -634,7 +634,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Start importing blocks into a disk") + .about("Start importing blocks into disk") .long_about("Start the process of importing blocks into a disk") } @@ -654,7 +654,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Stop importing blocks into a disk") + .about("Stop importing blocks into disk") .long_about("Stop the process of importing blocks into a disk") } @@ -859,7 +859,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a floating IP") + .about("Create floating IP") } pub fn cli_floating_ip_view() -> clap::Command { @@ -878,7 +878,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Fetch a floating IP") + .about("Fetch floating IP") } pub fn cli_floating_ip_delete() -> clap::Command { @@ -897,7 +897,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Delete a floating IP") + .about("Delete floating IP") } pub fn cli_floating_ip_attach() -> clap::Command { @@ -949,7 +949,8 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Attach a floating IP to an instance or other resource") + .about("Attach floating IP") + .long_about("Attach floating IP to an instance or other resource.") } pub fn cli_floating_ip_detach() -> clap::Command { @@ -968,7 +969,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Detach a floating IP from an instance or other resource") + .about("Detach floating IP") } pub fn cli_group_list() -> clap::Command { @@ -1091,7 +1092,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create an image") + .about("Create image") .long_about("Create a new image in a project.") } @@ -1111,7 +1112,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Fetch an image") + .about("Fetch image") .long_about("Fetch the details for a specific image in a project.") } @@ -1131,7 +1132,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Delete an image") + .about("Delete image") .long_about( "Permanently delete an image from a project. This operation cannot be undone. Any \ instances in the project using the image will continue to run, however new \ @@ -1155,8 +1156,8 @@ impl Cli { .required(true) .help("Name or ID of the project"), ) - .about("Demote a silo image") - .long_about("Demote a silo image to be visible only to a specified project") + .about("Demote silo image") + .long_about("Demote silo image to be visible only to a specified project") } pub fn cli_image_promote() -> clap::Command { @@ -1175,8 +1176,8 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Promote a project image") - .long_about("Promote a project image to be visible to all projects in the silo") + .about("Promote project image") + .long_about("Promote project image to be visible to all projects in the silo") } pub fn cli_instance_list() -> clap::Command { @@ -1282,7 +1283,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create an instance") + .about("Create instance") } pub fn cli_instance_view() -> clap::Command { @@ -1301,7 +1302,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Fetch an instance") + .about("Fetch instance") } pub fn cli_instance_delete() -> clap::Command { @@ -1320,7 +1321,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Delete an instance") + .about("Delete instance") } pub fn cli_instance_disk_list() -> clap::Command { @@ -1359,7 +1360,7 @@ impl Cli { )) .required(false), ) - .about("List an instance's disks") + .about("List disks for instance") } pub fn cli_instance_disk_attach() -> clap::Command { @@ -1399,7 +1400,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Attach a disk to an instance") + .about("Attach disk to instance") } pub fn cli_instance_disk_detach() -> clap::Command { @@ -1439,7 +1440,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Detach a disk from an instance") + .about("Detach disk from instance") } pub fn cli_instance_external_ip_list() -> clap::Command { @@ -1498,7 +1499,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Allocate and attach an ephemeral IP to an instance") + .about("Allocate and attach ephemeral IP to instance") } pub fn cli_instance_ephemeral_ip_detach() -> clap::Command { @@ -1517,7 +1518,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Detach and deallocate an ephemeral IP from an instance") + .about("Detach and deallocate ephemeral IP from instance") } pub fn cli_instance_migrate() -> clap::Command { @@ -1631,7 +1632,7 @@ impl Cli { `Name`", ), ) - .about("Fetch an instance's serial console") + .about("Fetch instance serial console") } pub fn cli_instance_serial_console_stream() -> clap::Command { @@ -1664,7 +1665,7 @@ impl Cli { `Name`", ), ) - .about("Stream an instance's serial console") + .about("Stream instance serial console") } pub fn cli_instance_ssh_public_key_list() -> clap::Command { @@ -1703,13 +1704,11 @@ impl Cli { )) .required(false), ) - .about( - "List the SSH public keys added to the instance via cloud-init during instance \ - creation", - ) + .about("List SSH public keys for instance") .long_about( - "Note that this list is a snapshot in time and will not reflect updates made \ - after the instance is created.", + "List SSH public keys injected via cloud-init during instance creation. Note that \ + this list is a snapshot in time and will not reflect updates made after the \ + instance is created.", ) } @@ -1729,7 +1728,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Boot an instance") + .about("Boot instance") } pub fn cli_instance_stop() -> clap::Command { @@ -1748,7 +1747,7 @@ impl Cli { .required(false) .help("Name or ID of the project"), ) - .about("Stop an instance") + .about("Stop instance") } pub fn cli_project_ip_pool_list() -> clap::Command { @@ -1785,7 +1784,7 @@ impl Cli { .required(true) .help("Name or ID of the IP pool"), ) - .about("Fetch an IP pool") + .about("Fetch IP pool") } pub fn cli_login_local() -> clap::Command { @@ -1831,7 +1830,7 @@ impl Cli { } pub fn cli_current_user_view() -> clap::Command { - clap::Command::new("").about("Fetch the user associated with the current session") + clap::Command::new("").about("Fetch user for current session") } pub fn cli_current_user_groups() -> clap::Command { @@ -1854,7 +1853,7 @@ impl Cli { )) .required(false), ) - .about("Fetch the silo\u{a0}groups the current user belongs to") + .about("Fetch current user's groups") } pub fn cli_current_user_ssh_key_list() -> clap::Command { @@ -1918,7 +1917,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create an SSH public key") + .about("Create SSH public key") .long_about("Create an SSH public key for the currently authenticated user.") } @@ -1931,8 +1930,8 @@ impl Cli { .required(true) .help("Name or ID of the SSH key"), ) - .about("Fetch an SSH public key") - .long_about("Fetch an SSH public key associated with the currently authenticated user.") + .about("Fetch SSH public key") + .long_about("Fetch SSH public key associated with the currently authenticated user.") } pub fn cli_current_user_ssh_key_delete() -> clap::Command { @@ -1944,7 +1943,7 @@ impl Cli { .required(true) .help("Name or ID of the SSH key"), ) - .about("Delete an SSH public key") + .about("Delete SSH public key") .long_about( "Delete an SSH public key associated with the currently authenticated user.", ) @@ -2120,7 +2119,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a network interface") + .about("Create network interface") } pub fn cli_instance_network_interface_view() -> clap::Command { @@ -2149,7 +2148,7 @@ impl Cli { `Name`", ), ) - .about("Fetch a network interface") + .about("Fetch network interface") } pub fn cli_instance_network_interface_update() -> clap::Command { @@ -2220,7 +2219,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Update a network interface") + .about("Update network interface") } pub fn cli_instance_network_interface_delete() -> clap::Command { @@ -2249,7 +2248,7 @@ impl Cli { `Name`", ), ) - .about("Delete a network interface") + .about("Delete network interface") .long_about( "Note that the primary interface for an instance cannot be deleted if there are \ any secondary interfaces. A new primary interface must be designated first. The \ @@ -2264,7 +2263,7 @@ impl Cli { } pub fn cli_policy_view() -> clap::Command { - clap::Command::new("").about("Fetch the current silo's IAM policy") + clap::Command::new("").about("Fetch current silo's IAM policy") } pub fn cli_policy_update() -> clap::Command { @@ -2283,7 +2282,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Update the current silo's IAM policy") + .about("Update current silo's IAM policy") } pub fn cli_project_list() -> clap::Command { @@ -2339,7 +2338,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a project") + .about("Create project") } pub fn cli_project_view() -> clap::Command { @@ -2351,7 +2350,7 @@ impl Cli { .required(true) .help("Name or ID of the project"), ) - .about("Fetch a project") + .about("Fetch project") } pub fn cli_project_update() -> clap::Command { @@ -2401,7 +2400,7 @@ impl Cli { .required(true) .help("Name or ID of the project"), ) - .about("Delete a project") + .about("Delete project") } pub fn cli_project_policy_view() -> clap::Command { @@ -2413,7 +2412,7 @@ impl Cli { .required(true) .help("Name or ID of the project"), ) - .about("Fetch a project's IAM policy") + .about("Fetch project's IAM policy") } pub fn cli_project_policy_update() -> clap::Command { @@ -2439,7 +2438,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Update a project's IAM policy") + .about("Update project's IAM policy") } pub fn cli_snapshot_list() -> clap::Command { @@ -2516,7 +2515,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a snapshot") + .about("Create snapshot") .long_about("Creates a point-in-time snapshot from a disk.") } @@ -2536,7 +2535,7 @@ impl Cli { .required(true) .help("Name or ID of the snapshot"), ) - .about("Fetch a snapshot") + .about("Fetch snapshot") } pub fn cli_snapshot_delete() -> clap::Command { @@ -2555,7 +2554,7 @@ impl Cli { .required(true) .help("Name or ID of the snapshot"), ) - .about("Delete a snapshot") + .about("Delete snapshot") } pub fn cli_physical_disk_list() -> clap::Command { @@ -2613,7 +2612,7 @@ impl Cli { .required(true) .help("The rack's unique ID."), ) - .about("Fetch a rack") + .about("Fetch rack") } pub fn cli_sled_list() -> clap::Command { @@ -2667,7 +2666,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Add a sled to an initialized rack") + .about("Add sled to initialized rack") } pub fn cli_sled_view() -> clap::Command { @@ -2679,7 +2678,7 @@ impl Cli { .required(true) .help("ID of the sled"), ) - .about("Fetch a sled") + .about("Fetch sled") } pub fn cli_sled_physical_disk_list() -> clap::Command { @@ -2739,7 +2738,7 @@ impl Cli { )) .required(false), ) - .about("List instances running on a given sled") + .about("List instances running on given sled") } pub fn cli_sled_set_provision_state() -> clap::Command { @@ -2778,7 +2777,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Set the sled's provision state") + .about("Set sled provision state") } pub fn cli_sled_list_uninitialized() -> clap::Command { @@ -2790,7 +2789,7 @@ impl Cli { .required(false) .help("Maximum number of items returned by a single call"), ) - .about("List uninitialized sleds in a given rack") + .about("List uninitialized sleds") } pub fn cli_networking_switch_port_list() -> clap::Command { @@ -2928,7 +2927,7 @@ impl Cli { .required(true) .help("ID of the switch"), ) - .about("Fetch a switch") + .about("Fetch switch") } pub fn cli_silo_identity_provider_list() -> clap::Command { @@ -2993,7 +2992,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a user") + .about("Create user") .long_about( "Users can only be created in Silos with `provision_type` == `Fixed`. Otherwise, \ Silo users are just-in-time (JIT) provisioned when a user first logs in using an \ @@ -3017,7 +3016,7 @@ impl Cli { .required(true) .help("The user's internal id"), ) - .about("Delete a user") + .about("Delete user") } pub fn cli_local_idp_user_set_password() -> clap::Command { @@ -3050,7 +3049,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Set or invalidate a user's password") + .about("Set or invalidate user's password") .long_about( "Passwords can only be updated for users in Silos with identity mode `LocalOnly`.", ) @@ -3137,7 +3136,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a SAML IdP") + .about("Create SAML IdP") } pub fn cli_saml_identity_provider_view() -> clap::Command { @@ -3156,7 +3155,7 @@ impl Cli { .required(true) .help("Name or ID of the silo"), ) - .about("Fetch a SAML IdP") + .about("Fetch SAML IdP") } pub fn cli_ip_pool_list() -> clap::Command { @@ -3212,7 +3211,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create an IP pool") + .about("Create IP pool") } pub fn cli_ip_pool_view() -> clap::Command { @@ -3224,7 +3223,7 @@ impl Cli { .required(true) .help("Name or ID of the IP pool"), ) - .about("Fetch an IP pool") + .about("Fetch IP pool") } pub fn cli_ip_pool_update() -> clap::Command { @@ -3262,7 +3261,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Update an IP pool") + .about("Update IP pool") } pub fn cli_ip_pool_delete() -> clap::Command { @@ -3274,7 +3273,7 @@ impl Cli { .required(true) .help("Name or ID of the IP pool"), ) - .about("Delete an IP pool") + .about("Delete IP pool") } pub fn cli_ip_pool_range_list() -> clap::Command { @@ -3293,8 +3292,8 @@ impl Cli { .required(true) .help("Name or ID of the IP pool"), ) - .about("List ranges for an IP pool") - .long_about("List ranges for an IP pool. Ranges are ordered by their first address.") + .about("List ranges for IP pool") + .long_about("Ranges are ordered by their first address.") } pub fn cli_ip_pool_range_add() -> clap::Command { @@ -3320,7 +3319,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Add a range to an IP pool") + .about("Add range to IP pool") } pub fn cli_ip_pool_range_remove() -> clap::Command { @@ -3346,7 +3345,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Remove a range from an IP pool") + .about("Remove range from IP pool") } pub fn cli_ip_pool_silo_list() -> clap::Command { @@ -3376,7 +3375,7 @@ impl Cli { )) .required(false), ) - .about("List an IP pool's linked silos") + .about("List IP pool's linked silos") } pub fn cli_ip_pool_silo_link() -> clap::Command { @@ -3419,7 +3418,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Link an IP pool to a silo") + .about("Link IP pool to silo") .long_about( "Users in linked silos can allocate external IPs from this pool for their \ instances. A silo can have at most one default pool. IPs are allocated from the \ @@ -3491,12 +3490,12 @@ impl Cli { .value_parser(clap::value_parser!(types::NameOrId)) .required(true), ) - .about("Unlink an IP pool from a silo") + .about("Unlink IP pool from silo") .long_about("Will fail if there are any outstanding IPs allocated in the silo.") } pub fn cli_ip_pool_service_view() -> clap::Command { - clap::Command::new("").about("Fetch the Oxide service IP pool") + clap::Command::new("").about("Fetch Oxide service IP pool") } pub fn cli_ip_pool_service_range_list() -> clap::Command { @@ -3675,7 +3674,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create an address lot") + .about("Create address lot") } pub fn cli_networking_address_lot_delete() -> clap::Command { @@ -3687,7 +3686,7 @@ impl Cli { .required(true) .help("Name or ID of the address lot"), ) - .about("Delete an address lot") + .about("Delete address lot") } pub fn cli_networking_address_lot_block_list() -> clap::Command { @@ -3717,7 +3716,7 @@ impl Cli { )) .required(false), ) - .about("List the blocks in an address lot") + .about("List blocks in address lot") } pub fn cli_networking_bfd_disable() -> clap::Command { @@ -3917,7 +3916,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a new BGP configuration") + .about("Create new BGP configuration") } pub fn cli_networking_bgp_config_delete() -> clap::Command { @@ -3929,7 +3928,7 @@ impl Cli { .required(true) .help("A name or id to use when selecting BGP config."), ) - .about("Delete a BGP configuration") + .about("Delete BGP configuration") } pub fn cli_networking_bgp_announce_set_list() -> clap::Command { @@ -3972,7 +3971,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a new BGP announce set") + .about("Create new BGP announce set") } pub fn cli_networking_bgp_announce_set_delete() -> clap::Command { @@ -3984,7 +3983,7 @@ impl Cli { .required(true) .help("A name or id to use when selecting BGP port settings"), ) - .about("Delete a BGP announce set") + .about("Delete BGP announce set") } pub fn cli_networking_bgp_imported_routes_ipv4() -> clap::Command { @@ -4093,7 +4092,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a loopback address") + .about("Create loopback address") } pub fn cli_networking_loopback_address_delete() -> clap::Command { @@ -4132,7 +4131,7 @@ impl Cli { .required(true) .help("The switch location to use when selecting the loopback address."), ) - .about("Delete a loopback address") + .about("Delete loopback address") } pub fn cli_networking_switch_port_settings_list() -> clap::Command { @@ -4219,11 +4218,11 @@ impl Cli { .required(true) .help("A name or id to use when selecting switch port settings info objects."), ) - .about("Get information about a switch port") + .about("Get information about switch port") } pub fn cli_system_policy_view() -> clap::Command { - clap::Command::new("").about("Fetch the top-level IAM policy") + clap::Command::new("").about("Fetch top-level IAM policy") } pub fn cli_system_policy_update() -> clap::Command { @@ -4242,7 +4241,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Update the top-level IAM policy") + .about("Update top-level IAM policy") } pub fn cli_role_list() -> clap::Command { @@ -4266,7 +4265,7 @@ impl Cli { .required(true) .help("The built-in role's unique name."), ) - .about("Fetch a built-in role") + .about("Fetch built-in role") } pub fn cli_system_quotas_list() -> clap::Command { @@ -4390,8 +4389,8 @@ impl Cli { .required(true) .help("Name or ID of the silo"), ) - .about("Fetch a silo") - .long_about("Fetch a silo by name or ID.") + .about("Fetch silo") + .long_about("Fetch silo by name or ID.") } pub fn cli_silo_delete() -> clap::Command { @@ -4453,7 +4452,7 @@ impl Cli { .required(true) .help("Name or ID of the silo"), ) - .about("Fetch a silo's IAM policy") + .about("Fetch silo IAM policy") } pub fn cli_silo_policy_update() -> clap::Command { @@ -4479,7 +4478,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Update a silo's IAM policy") + .about("Update silo IAM policy") } pub fn cli_silo_quotas_view() -> clap::Command { @@ -4491,7 +4490,7 @@ impl Cli { .required(true) .help("Name or ID of the silo"), ) - .about("View the resource quotas of a given silo") + .about("Fetch resource quotas for silo") } pub fn cli_silo_quotas_update() -> clap::Command { @@ -4540,7 +4539,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Update the resource quotas of a given silo") + .about("Update resource quotas for silo") .long_about("If a quota value is not specified, it will remain unchanged.") } @@ -4571,7 +4570,7 @@ impl Cli { )) .required(false), ) - .about("List built-in (system) users in a silo") + .about("List built-in (system) users in silo") } pub fn cli_silo_user_view() -> clap::Command { @@ -4590,7 +4589,7 @@ impl Cli { .required(true) .help("The user's internal id"), ) - .about("Fetch a built-in (system) user") + .about("Fetch built-in (system) user") } pub fn cli_user_builtin_list() -> clap::Command { @@ -4624,7 +4623,7 @@ impl Cli { .value_parser(clap::value_parser!(types::NameOrId)) .required(true), ) - .about("Fetch a built-in user") + .about("Fetch built-in user") } pub fn cli_silo_utilization_list() -> clap::Command { @@ -4661,7 +4660,7 @@ impl Cli { .required(true) .help("Name or ID of the silo"), ) - .about("View the current utilization of a given silo") + .about("Fetch current utilization for given silo") } pub fn cli_user_list() -> clap::Command { @@ -4694,7 +4693,7 @@ impl Cli { } pub fn cli_utilization_view() -> clap::Command { - clap::Command::new("").about("View the resource utilization of the user's current silo") + clap::Command::new("").about("Fetch resource utilization for user's current silo") } pub fn cli_vpc_firewall_rules_view() -> clap::Command { @@ -4861,7 +4860,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a subnet") + .about("Create subnet") } pub fn cli_vpc_subnet_view() -> clap::Command { @@ -4889,7 +4888,7 @@ impl Cli { .required(false) .help("Name or ID of the VPC"), ) - .about("Fetch a subnet") + .about("Fetch subnet") } pub fn cli_vpc_subnet_update() -> clap::Command { @@ -4943,7 +4942,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Update a subnet") + .about("Update subnet") } pub fn cli_vpc_subnet_delete() -> clap::Command { @@ -4971,7 +4970,7 @@ impl Cli { .required(false) .help("Name or ID of the VPC"), ) - .about("Delete a subnet") + .about("Delete subnet") } pub fn cli_vpc_subnet_list_network_interfaces() -> clap::Command { @@ -5107,7 +5106,7 @@ impl Cli { .action(clap::ArgAction::SetTrue) .help("XXX"), ) - .about("Create a VPC") + .about("Create VPC") } pub fn cli_vpc_view() -> clap::Command { @@ -5126,7 +5125,7 @@ impl Cli { .required(true) .help("Name or ID of the VPC"), ) - .about("Fetch a VPC") + .about("Fetch VPC") } pub fn cli_vpc_update() -> clap::Command { @@ -5196,7 +5195,7 @@ impl Cli { .required(true) .help("Name or ID of the VPC"), ) - .about("Delete a VPC") + .about("Delete VPC") } pub async fn execute(&self, cmd: CliCommand, matches: &clap::ArgMatches) -> anyhow::Result<()> { diff --git a/oxide.json b/oxide.json index 8baf1a63..d27261b1 100644 --- a/oxide.json +++ b/oxide.json @@ -223,7 +223,7 @@ "tags": [ "silos" ], - "summary": "Create a new system-wide x.509 certificate", + "summary": "Create new system-wide x.509 certificate", "description": "This certificate is automatically used by the Oxide Control plane to serve external connections.", "operationId": "certificate_create", "requestBody": { @@ -261,7 +261,7 @@ "tags": [ "silos" ], - "summary": "Fetch a certificate", + "summary": "Fetch certificate", "description": "Returns the details of a specific certificate", "operationId": "certificate_view", "parameters": [ @@ -297,7 +297,7 @@ "tags": [ "silos" ], - "summary": "Delete a certificate", + "summary": "Delete certificate", "description": "Permanently delete a certificate. This operation cannot be undone.", "operationId": "certificate_delete", "parameters": [ @@ -443,7 +443,7 @@ "tags": [ "disks" ], - "summary": "Fetch a disk", + "summary": "Fetch disk", "operationId": "disk_view", "parameters": [ { @@ -487,7 +487,7 @@ "tags": [ "disks" ], - "summary": "Delete a disk", + "summary": "Delete disk", "operationId": "disk_delete", "parameters": [ { @@ -526,7 +526,7 @@ "tags": [ "disks" ], - "summary": "Import blocks into a disk", + "summary": "Import blocks into disk", "operationId": "disk_bulk_write_import", "parameters": [ { @@ -575,7 +575,7 @@ "tags": [ "disks" ], - "summary": "Start importing blocks into a disk", + "summary": "Start importing blocks into disk", "description": "Start the process of importing blocks into a disk", "operationId": "disk_bulk_write_import_start", "parameters": [ @@ -615,7 +615,7 @@ "tags": [ "disks" ], - "summary": "Stop importing blocks into a disk", + "summary": "Stop importing blocks into disk", "description": "Stop the process of importing blocks into a disk", "operationId": "disk_bulk_write_import_stop", "parameters": [ @@ -876,7 +876,7 @@ "tags": [ "floating-ips" ], - "summary": "Create a floating IP", + "summary": "Create floating IP", "operationId": "floating_ip_create", "parameters": [ { @@ -924,7 +924,7 @@ "tags": [ "floating-ips" ], - "summary": "Fetch a floating IP", + "summary": "Fetch floating IP", "operationId": "floating_ip_view", "parameters": [ { @@ -968,7 +968,7 @@ "tags": [ "floating-ips" ], - "summary": "Delete a floating IP", + "summary": "Delete floating IP", "operationId": "floating_ip_delete", "parameters": [ { @@ -1007,7 +1007,8 @@ "tags": [ "floating-ips" ], - "summary": "Attach a floating IP to an instance or other resource", + "summary": "Attach floating IP", + "description": "Attach floating IP to an instance or other resource.", "operationId": "floating_ip_attach", "parameters": [ { @@ -1063,7 +1064,7 @@ "tags": [ "floating-ips" ], - "summary": "Detach a floating IP from an instance or other resource", + "summary": "Detach floating IP", "operationId": "floating_ip_detach", "parameters": [ { @@ -1273,7 +1274,7 @@ "tags": [ "images" ], - "summary": "Create an image", + "summary": "Create image", "description": "Create a new image in a project.", "operationId": "image_create", "parameters": [ @@ -1321,7 +1322,7 @@ "tags": [ "images" ], - "summary": "Fetch an image", + "summary": "Fetch image", "description": "Fetch the details for a specific image in a project.", "operationId": "image_view", "parameters": [ @@ -1366,7 +1367,7 @@ "tags": [ "images" ], - "summary": "Delete an image", + "summary": "Delete image", "description": "Permanently delete an image from a project. This operation cannot be undone. Any instances in the project using the image will continue to run, however new instances can not be created with this image.", "operationId": "image_delete", "parameters": [ @@ -1406,8 +1407,8 @@ "tags": [ "images" ], - "summary": "Demote a silo image", - "description": "Demote a silo image to be visible only to a specified project", + "summary": "Demote silo image", + "description": "Demote silo image to be visible only to a specified project", "operationId": "image_demote", "parameters": [ { @@ -1454,8 +1455,8 @@ "tags": [ "images" ], - "summary": "Promote a project image", - "description": "Promote a project image to be visible to all projects in the silo", + "summary": "Promote project image", + "description": "Promote project image to be visible to all projects in the silo", "operationId": "image_promote", "parameters": [ { @@ -1568,7 +1569,7 @@ "tags": [ "instances" ], - "summary": "Create an instance", + "summary": "Create instance", "operationId": "instance_create", "parameters": [ { @@ -1616,7 +1617,7 @@ "tags": [ "instances" ], - "summary": "Fetch an instance", + "summary": "Fetch instance", "operationId": "instance_view", "parameters": [ { @@ -1660,7 +1661,7 @@ "tags": [ "instances" ], - "summary": "Delete an instance", + "summary": "Delete instance", "operationId": "instance_delete", "parameters": [ { @@ -1699,7 +1700,7 @@ "tags": [ "instances" ], - "summary": "List an instance's disks", + "summary": "List disks for instance", "operationId": "instance_disk_list", "parameters": [ { @@ -1775,7 +1776,7 @@ "tags": [ "instances" ], - "summary": "Attach a disk to an instance", + "summary": "Attach disk to instance", "operationId": "instance_disk_attach", "parameters": [ { @@ -1831,7 +1832,7 @@ "tags": [ "instances" ], - "summary": "Detach a disk from an instance", + "summary": "Detach disk from instance", "operationId": "instance_disk_detach", "parameters": [ { @@ -1933,7 +1934,7 @@ "tags": [ "instances" ], - "summary": "Allocate and attach an ephemeral IP to an instance", + "summary": "Allocate and attach ephemeral IP to instance", "operationId": "instance_ephemeral_ip_attach", "parameters": [ { @@ -1987,7 +1988,7 @@ "tags": [ "instances" ], - "summary": "Detach and deallocate an ephemeral IP from an instance", + "summary": "Detach and deallocate ephemeral IP from instance", "operationId": "instance_ephemeral_ip_detach", "parameters": [ { @@ -2128,7 +2129,7 @@ "tags": [ "instances" ], - "summary": "Fetch an instance's serial console", + "summary": "Fetch instance serial console", "operationId": "instance_serial_console", "parameters": [ { @@ -2207,7 +2208,7 @@ "tags": [ "instances" ], - "summary": "Stream an instance's serial console", + "summary": "Stream instance serial console", "operationId": "instance_serial_console_stream", "parameters": [ { @@ -2257,8 +2258,8 @@ "tags": [ "instances" ], - "summary": "List the SSH public keys added to the instance via cloud-init during instance creation", - "description": "Note that this list is a snapshot in time and will not reflect updates made after the instance is created.", + "summary": "List SSH public keys for instance", + "description": "List SSH public keys injected via cloud-init during instance creation. Note that this list is a snapshot in time and will not reflect updates made after the instance is created.", "operationId": "instance_ssh_public_key_list", "parameters": [ { @@ -2334,7 +2335,7 @@ "tags": [ "instances" ], - "summary": "Boot an instance", + "summary": "Boot instance", "operationId": "instance_start", "parameters": [ { @@ -2380,7 +2381,7 @@ "tags": [ "instances" ], - "summary": "Stop an instance", + "summary": "Stop instance", "operationId": "instance_stop", "parameters": [ { @@ -2485,7 +2486,7 @@ "tags": [ "projects" ], - "summary": "Fetch an IP pool", + "summary": "Fetch IP pool", "operationId": "project_ip_pool_view", "parameters": [ { @@ -2583,7 +2584,7 @@ "tags": [ "session" ], - "summary": "Fetch the user associated with the current session", + "summary": "Fetch user for current session", "operationId": "current_user_view", "responses": { "200": { @@ -2610,7 +2611,7 @@ "tags": [ "session" ], - "summary": "Fetch the silo groups the current user belongs to", + "summary": "Fetch current user's groups", "operationId": "current_user_groups", "parameters": [ { @@ -2727,7 +2728,7 @@ "tags": [ "session" ], - "summary": "Create an SSH public key", + "summary": "Create SSH public key", "description": "Create an SSH public key for the currently authenticated user.", "operationId": "current_user_ssh_key_create", "requestBody": { @@ -2765,8 +2766,8 @@ "tags": [ "session" ], - "summary": "Fetch an SSH public key", - "description": "Fetch an SSH public key associated with the currently authenticated user.", + "summary": "Fetch SSH public key", + "description": "Fetch SSH public key associated with the currently authenticated user.", "operationId": "current_user_ssh_key_view", "parameters": [ { @@ -2802,7 +2803,7 @@ "tags": [ "session" ], - "summary": "Delete an SSH public key", + "summary": "Delete SSH public key", "description": "Delete an SSH public key associated with the currently authenticated user.", "operationId": "current_user_ssh_key_delete", "parameters": [ @@ -3006,7 +3007,7 @@ "tags": [ "instances" ], - "summary": "Create a network interface", + "summary": "Create network interface", "operationId": "instance_network_interface_create", "parameters": [ { @@ -3062,7 +3063,7 @@ "tags": [ "instances" ], - "summary": "Fetch a network interface", + "summary": "Fetch network interface", "operationId": "instance_network_interface_view", "parameters": [ { @@ -3114,7 +3115,7 @@ "tags": [ "instances" ], - "summary": "Update a network interface", + "summary": "Update network interface", "operationId": "instance_network_interface_update", "parameters": [ { @@ -3176,7 +3177,7 @@ "tags": [ "instances" ], - "summary": "Delete a network interface", + "summary": "Delete network interface", "description": "Note that the primary interface for an instance cannot be deleted if there are any secondary interfaces. A new primary interface must be designated first. The primary interface can be deleted if there are no secondary interfaces.", "operationId": "instance_network_interface_delete", "parameters": [ @@ -3252,7 +3253,7 @@ "tags": [ "silos" ], - "summary": "Fetch the current silo's IAM policy", + "summary": "Fetch current silo's IAM policy", "operationId": "policy_view", "responses": { "200": { @@ -3277,7 +3278,7 @@ "tags": [ "silos" ], - "summary": "Update the current silo's IAM policy", + "summary": "Update current silo's IAM policy", "operationId": "policy_update", "requestBody": { "content": { @@ -3371,7 +3372,7 @@ "tags": [ "projects" ], - "summary": "Create a project", + "summary": "Create project", "operationId": "project_create", "requestBody": { "content": { @@ -3408,7 +3409,7 @@ "tags": [ "projects" ], - "summary": "Fetch a project", + "summary": "Fetch project", "operationId": "project_view", "parameters": [ { @@ -3490,7 +3491,7 @@ "tags": [ "projects" ], - "summary": "Delete a project", + "summary": "Delete project", "operationId": "project_delete", "parameters": [ { @@ -3521,7 +3522,7 @@ "tags": [ "projects" ], - "summary": "Fetch a project's IAM policy", + "summary": "Fetch project's IAM policy", "operationId": "project_policy_view", "parameters": [ { @@ -3557,7 +3558,7 @@ "tags": [ "projects" ], - "summary": "Update a project's IAM policy", + "summary": "Update project's IAM policy", "operationId": "project_policy_update", "parameters": [ { @@ -3672,7 +3673,7 @@ "tags": [ "snapshots" ], - "summary": "Create a snapshot", + "summary": "Create snapshot", "description": "Creates a point-in-time snapshot from a disk.", "operationId": "snapshot_create", "parameters": [ @@ -3721,7 +3722,7 @@ "tags": [ "snapshots" ], - "summary": "Fetch a snapshot", + "summary": "Fetch snapshot", "operationId": "snapshot_view", "parameters": [ { @@ -3765,7 +3766,7 @@ "tags": [ "snapshots" ], - "summary": "Delete a snapshot", + "summary": "Delete snapshot", "operationId": "snapshot_delete", "parameters": [ { @@ -3922,7 +3923,7 @@ "tags": [ "system/hardware" ], - "summary": "Fetch a rack", + "summary": "Fetch rack", "operationId": "rack_view", "parameters": [ { @@ -4018,7 +4019,7 @@ "tags": [ "system/hardware" ], - "summary": "Add a sled to an initialized rack", + "summary": "Add sled to initialized rack", "operationId": "sled_add", "requestBody": { "content": { @@ -4048,7 +4049,7 @@ "tags": [ "system/hardware" ], - "summary": "Fetch a sled", + "summary": "Fetch sled", "operationId": "sled_view", "parameters": [ { @@ -4156,7 +4157,7 @@ "tags": [ "system/hardware" ], - "summary": "List instances running on a given sled", + "summary": "List instances running on given sled", "operationId": "sled_instance_list", "parameters": [ { @@ -4225,7 +4226,7 @@ "tags": [ "system/hardware" ], - "summary": "Set the sled's provision state", + "summary": "Set sled provision state", "operationId": "sled_set_provision_state", "parameters": [ { @@ -4274,7 +4275,7 @@ "tags": [ "system/hardware" ], - "summary": "List uninitialized sleds in a given rack", + "summary": "List uninitialized sleds", "operationId": "sled_list_uninitialized", "parameters": [ { @@ -4562,7 +4563,7 @@ "tags": [ "system/hardware" ], - "summary": "Fetch a switch", + "summary": "Fetch switch", "operationId": "switch_view", "parameters": [ { @@ -4670,7 +4671,7 @@ "tags": [ "system/silos" ], - "summary": "Create a user", + "summary": "Create user", "description": "Users can only be created in Silos with `provision_type` == `Fixed`. Otherwise, Silo users are just-in-time (JIT) provisioned when a user first logs in using an external Identity Provider.", "operationId": "local_idp_user_create", "parameters": [ @@ -4719,7 +4720,7 @@ "tags": [ "system/silos" ], - "summary": "Delete a user", + "summary": "Delete user", "operationId": "local_idp_user_delete", "parameters": [ { @@ -4760,7 +4761,7 @@ "tags": [ "system/silos" ], - "summary": "Set or invalidate a user's password", + "summary": "Set or invalidate user's password", "description": "Passwords can only be updated for users in Silos with identity mode `LocalOnly`.", "operationId": "local_idp_user_set_password", "parameters": [ @@ -4812,7 +4813,7 @@ "tags": [ "system/silos" ], - "summary": "Create a SAML IdP", + "summary": "Create SAML IdP", "operationId": "saml_identity_provider_create", "parameters": [ { @@ -4860,7 +4861,7 @@ "tags": [ "system/silos" ], - "summary": "Fetch a SAML IdP", + "summary": "Fetch SAML IdP", "operationId": "saml_identity_provider_view", "parameters": [ { @@ -4964,7 +4965,7 @@ "tags": [ "system/networking" ], - "summary": "Create an IP pool", + "summary": "Create IP pool", "operationId": "ip_pool_create", "requestBody": { "content": { @@ -5001,7 +5002,7 @@ "tags": [ "system/networking" ], - "summary": "Fetch an IP pool", + "summary": "Fetch IP pool", "operationId": "ip_pool_view", "parameters": [ { @@ -5037,7 +5038,7 @@ "tags": [ "system/networking" ], - "summary": "Update an IP pool", + "summary": "Update IP pool", "operationId": "ip_pool_update", "parameters": [ { @@ -5083,7 +5084,7 @@ "tags": [ "system/networking" ], - "summary": "Delete an IP pool", + "summary": "Delete IP pool", "operationId": "ip_pool_delete", "parameters": [ { @@ -5114,8 +5115,8 @@ "tags": [ "system/networking" ], - "summary": "List ranges for an IP pool", - "description": "List ranges for an IP pool. Ranges are ordered by their first address.", + "summary": "List ranges for IP pool", + "description": "Ranges are ordered by their first address.", "operationId": "ip_pool_range_list", "parameters": [ { @@ -5176,7 +5177,7 @@ "tags": [ "system/networking" ], - "summary": "Add a range to an IP pool", + "summary": "Add range to IP pool", "operationId": "ip_pool_range_add", "parameters": [ { @@ -5224,7 +5225,7 @@ "tags": [ "system/networking" ], - "summary": "Remove a range from an IP pool", + "summary": "Remove range from IP pool", "operationId": "ip_pool_range_remove", "parameters": [ { @@ -5265,7 +5266,7 @@ "tags": [ "system/networking" ], - "summary": "List an IP pool's linked silos", + "summary": "List IP pool's linked silos", "operationId": "ip_pool_silo_list", "parameters": [ { @@ -5331,7 +5332,7 @@ "tags": [ "system/networking" ], - "summary": "Link an IP pool to a silo", + "summary": "Link IP pool to silo", "description": "Users in linked silos can allocate external IPs from this pool for their instances. A silo can have at most one default pool. IPs are allocated from the default pool when users ask for one without specifying a pool.", "operationId": "ip_pool_silo_link", "parameters": [ @@ -5434,7 +5435,7 @@ "tags": [ "system/networking" ], - "summary": "Unlink an IP pool from a silo", + "summary": "Unlink IP pool from silo", "description": "Will fail if there are any outstanding IPs allocated in the silo.", "operationId": "ip_pool_silo_unlink", "parameters": [ @@ -5473,7 +5474,7 @@ "tags": [ "system/networking" ], - "summary": "Fetch the Oxide service IP pool", + "summary": "Fetch Oxide service IP pool", "operationId": "ip_pool_service_view", "responses": { "200": { @@ -5774,7 +5775,7 @@ "tags": [ "system/networking" ], - "summary": "Create an address lot", + "summary": "Create address lot", "operationId": "networking_address_lot_create", "requestBody": { "content": { @@ -5811,7 +5812,7 @@ "tags": [ "system/networking" ], - "summary": "Delete an address lot", + "summary": "Delete address lot", "operationId": "networking_address_lot_delete", "parameters": [ { @@ -5842,7 +5843,7 @@ "tags": [ "system/networking" ], - "summary": "List the blocks in an address lot", + "summary": "List blocks in address lot", "operationId": "networking_address_lot_block_list", "parameters": [ { @@ -6066,7 +6067,7 @@ "tags": [ "system/networking" ], - "summary": "Create a new BGP configuration", + "summary": "Create new BGP configuration", "operationId": "networking_bgp_config_create", "requestBody": { "content": { @@ -6101,7 +6102,7 @@ "tags": [ "system/networking" ], - "summary": "Delete a BGP configuration", + "summary": "Delete BGP configuration", "operationId": "networking_bgp_config_delete", "parameters": [ { @@ -6172,7 +6173,7 @@ "tags": [ "system/networking" ], - "summary": "Create a new BGP announce set", + "summary": "Create new BGP announce set", "operationId": "networking_bgp_announce_set_create", "requestBody": { "content": { @@ -6207,7 +6208,7 @@ "tags": [ "system/networking" ], - "summary": "Delete a BGP announce set", + "summary": "Delete BGP announce set", "operationId": "networking_bgp_announce_set_delete", "parameters": [ { @@ -6370,7 +6371,7 @@ "tags": [ "system/networking" ], - "summary": "Create a loopback address", + "summary": "Create loopback address", "operationId": "networking_loopback_address_create", "requestBody": { "content": { @@ -6407,7 +6408,7 @@ "tags": [ "system/networking" ], - "summary": "Delete a loopback address", + "summary": "Delete loopback address", "operationId": "networking_loopback_address_delete", "parameters": [ { @@ -6599,7 +6600,7 @@ "tags": [ "system/networking" ], - "summary": "Get information about a switch port", + "summary": "Get information about switch port", "operationId": "networking_switch_port_settings_view", "parameters": [ { @@ -6637,7 +6638,7 @@ "tags": [ "policy" ], - "summary": "Fetch the top-level IAM policy", + "summary": "Fetch top-level IAM policy", "operationId": "system_policy_view", "responses": { "200": { @@ -6662,7 +6663,7 @@ "tags": [ "policy" ], - "summary": "Update the top-level IAM policy", + "summary": "Update top-level IAM policy", "operationId": "system_policy_update", "requestBody": { "content": { @@ -6751,7 +6752,7 @@ "tags": [ "roles" ], - "summary": "Fetch a built-in role", + "summary": "Fetch built-in role", "operationId": "role_view", "parameters": [ { @@ -6943,8 +6944,8 @@ "tags": [ "system/silos" ], - "summary": "Fetch a silo", - "description": "Fetch a silo by name or ID.", + "summary": "Fetch silo", + "description": "Fetch silo by name or ID.", "operationId": "silo_view", "parameters": [ { @@ -7081,7 +7082,7 @@ "tags": [ "system/silos" ], - "summary": "Fetch a silo's IAM policy", + "summary": "Fetch silo IAM policy", "operationId": "silo_policy_view", "parameters": [ { @@ -7117,7 +7118,7 @@ "tags": [ "system/silos" ], - "summary": "Update a silo's IAM policy", + "summary": "Update silo IAM policy", "operationId": "silo_policy_update", "parameters": [ { @@ -7165,7 +7166,7 @@ "tags": [ "system/silos" ], - "summary": "View the resource quotas of a given silo", + "summary": "Fetch resource quotas for silo", "operationId": "silo_quotas_view", "parameters": [ { @@ -7201,7 +7202,7 @@ "tags": [ "system/silos" ], - "summary": "Update the resource quotas of a given silo", + "summary": "Update resource quotas for silo", "description": "If a quota value is not specified, it will remain unchanged.", "operationId": "silo_quotas_update", "parameters": [ @@ -7250,7 +7251,7 @@ "tags": [ "system/silos" ], - "summary": "List built-in (system) users in a silo", + "summary": "List built-in (system) users in silo", "operationId": "silo_user_list", "parameters": [ { @@ -7319,7 +7320,7 @@ "tags": [ "system/silos" ], - "summary": "Fetch a built-in (system) user", + "summary": "Fetch built-in (system) user", "operationId": "silo_user_view", "parameters": [ { @@ -7426,7 +7427,7 @@ "tags": [ "system/silos" ], - "summary": "Fetch a built-in user", + "summary": "Fetch built-in user", "operationId": "user_builtin_view", "parameters": [ { @@ -7522,7 +7523,7 @@ "tags": [ "system/silos" ], - "summary": "View the current utilization of a given silo", + "summary": "Fetch current utilization for given silo", "operationId": "silo_utilization_view", "parameters": [ { @@ -7628,7 +7629,7 @@ "tags": [ "silos" ], - "summary": "View the resource utilization of the user's current silo", + "summary": "Fetch resource utilization for user's current silo", "operationId": "utilization_view", "responses": { "200": { @@ -7830,7 +7831,7 @@ "tags": [ "vpcs" ], - "summary": "Create a subnet", + "summary": "Create subnet", "operationId": "vpc_subnet_create", "parameters": [ { @@ -7886,7 +7887,7 @@ "tags": [ "vpcs" ], - "summary": "Fetch a subnet", + "summary": "Fetch subnet", "operationId": "vpc_subnet_view", "parameters": [ { @@ -7938,7 +7939,7 @@ "tags": [ "vpcs" ], - "summary": "Update a subnet", + "summary": "Update subnet", "operationId": "vpc_subnet_update", "parameters": [ { @@ -8000,7 +8001,7 @@ "tags": [ "vpcs" ], - "summary": "Delete a subnet", + "summary": "Delete subnet", "operationId": "vpc_subnet_delete", "parameters": [ { @@ -8198,7 +8199,7 @@ "tags": [ "vpcs" ], - "summary": "Create a VPC", + "summary": "Create VPC", "operationId": "vpc_create", "parameters": [ { @@ -8246,7 +8247,7 @@ "tags": [ "vpcs" ], - "summary": "Fetch a VPC", + "summary": "Fetch VPC", "operationId": "vpc_view", "parameters": [ { @@ -8344,7 +8345,7 @@ "tags": [ "vpcs" ], - "summary": "Delete a VPC", + "summary": "Delete VPC", "operationId": "vpc_delete", "parameters": [ { diff --git a/sdk/src/generated_sdk.rs b/sdk/src/generated_sdk.rs index 080e1fb0..a1af02e3 100644 --- a/sdk/src/generated_sdk.rs +++ b/sdk/src/generated_sdk.rs @@ -35969,7 +35969,7 @@ pub trait ClientDisksExt { /// .await; /// ``` fn disk_create(&self) -> builder::DiskCreate; - /// Fetch a disk + /// Fetch disk /// /// Sends a `GET` request to `/v1/disks/{disk}` /// @@ -35984,7 +35984,7 @@ pub trait ClientDisksExt { /// .await; /// ``` fn disk_view(&self) -> builder::DiskView; - /// Delete a disk + /// Delete disk /// /// Sends a `DELETE` request to `/v1/disks/{disk}` /// @@ -35999,7 +35999,7 @@ pub trait ClientDisksExt { /// .await; /// ``` fn disk_delete(&self) -> builder::DiskDelete; - /// Import blocks into a disk + /// Import blocks into disk /// /// Sends a `POST` request to `/v1/disks/{disk}/bulk-write` /// @@ -36016,7 +36016,7 @@ pub trait ClientDisksExt { /// .await; /// ``` fn disk_bulk_write_import(&self) -> builder::DiskBulkWriteImport; - /// Start importing blocks into a disk + /// Start importing blocks into disk /// /// Start the process of importing blocks into a disk /// @@ -36033,7 +36033,7 @@ pub trait ClientDisksExt { /// .await; /// ``` fn disk_bulk_write_import_start(&self) -> builder::DiskBulkWriteImportStart; - /// Stop importing blocks into a disk + /// Stop importing blocks into disk /// /// Stop the process of importing blocks into a disk /// @@ -36157,7 +36157,7 @@ pub trait ClientFloatingIpsExt { /// .await; /// ``` fn floating_ip_list(&self) -> builder::FloatingIpList; - /// Create a floating IP + /// Create floating IP /// /// Sends a `POST` request to `/v1/floating-ips` /// @@ -36172,7 +36172,7 @@ pub trait ClientFloatingIpsExt { /// .await; /// ``` fn floating_ip_create(&self) -> builder::FloatingIpCreate; - /// Fetch a floating IP + /// Fetch floating IP /// /// Sends a `GET` request to `/v1/floating-ips/{floating_ip}` /// @@ -36187,7 +36187,7 @@ pub trait ClientFloatingIpsExt { /// .await; /// ``` fn floating_ip_view(&self) -> builder::FloatingIpView; - /// Delete a floating IP + /// Delete floating IP /// /// Sends a `DELETE` request to `/v1/floating-ips/{floating_ip}` /// @@ -36202,7 +36202,9 @@ pub trait ClientFloatingIpsExt { /// .await; /// ``` fn floating_ip_delete(&self) -> builder::FloatingIpDelete; - /// Attach a floating IP to an instance or other resource + /// Attach floating IP + /// + /// Attach floating IP to an instance or other resource. /// /// Sends a `POST` request to `/v1/floating-ips/{floating_ip}/attach` /// @@ -36219,7 +36221,7 @@ pub trait ClientFloatingIpsExt { /// .await; /// ``` fn floating_ip_attach(&self) -> builder::FloatingIpAttach; - /// Detach a floating IP from an instance or other resource + /// Detach floating IP /// /// Sends a `POST` request to `/v1/floating-ips/{floating_ip}/detach` /// @@ -36366,7 +36368,7 @@ pub trait ClientImagesExt { /// .await; /// ``` fn image_list(&self) -> builder::ImageList; - /// Create an image + /// Create image /// /// Create a new image in a project. /// @@ -36383,7 +36385,7 @@ pub trait ClientImagesExt { /// .await; /// ``` fn image_create(&self) -> builder::ImageCreate; - /// Fetch an image + /// Fetch image /// /// Fetch the details for a specific image in a project. /// @@ -36400,7 +36402,7 @@ pub trait ClientImagesExt { /// .await; /// ``` fn image_view(&self) -> builder::ImageView; - /// Delete an image + /// Delete image /// /// Permanently delete an image from a project. This operation cannot be /// undone. Any instances in the project using the image will continue to @@ -36419,9 +36421,9 @@ pub trait ClientImagesExt { /// .await; /// ``` fn image_delete(&self) -> builder::ImageDelete; - /// Demote a silo image + /// Demote silo image /// - /// Demote a silo image to be visible only to a specified project + /// Demote silo image to be visible only to a specified project /// /// Sends a `POST` request to `/v1/images/{image}/demote` /// @@ -36436,9 +36438,9 @@ pub trait ClientImagesExt { /// .await; /// ``` fn image_demote(&self) -> builder::ImageDemote; - /// Promote a project image + /// Promote project image /// - /// Promote a project image to be visible to all projects in the silo + /// Promote project image to be visible to all projects in the silo /// /// Sends a `POST` request to `/v1/images/{image}/promote` /// @@ -36504,7 +36506,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_list(&self) -> builder::InstanceList; - /// Create an instance + /// Create instance /// /// Sends a `POST` request to `/v1/instances` /// @@ -36519,7 +36521,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_create(&self) -> builder::InstanceCreate; - /// Fetch an instance + /// Fetch instance /// /// Sends a `GET` request to `/v1/instances/{instance}` /// @@ -36534,7 +36536,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_view(&self) -> builder::InstanceView; - /// Delete an instance + /// Delete instance /// /// Sends a `DELETE` request to `/v1/instances/{instance}` /// @@ -36549,7 +36551,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_delete(&self) -> builder::InstanceDelete; - /// List an instance's disks + /// List disks for instance /// /// Sends a `GET` request to `/v1/instances/{instance}/disks` /// @@ -36571,7 +36573,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_disk_list(&self) -> builder::InstanceDiskList; - /// Attach a disk to an instance + /// Attach disk to instance /// /// Sends a `POST` request to `/v1/instances/{instance}/disks/attach` /// @@ -36588,7 +36590,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_disk_attach(&self) -> builder::InstanceDiskAttach; - /// Detach a disk from an instance + /// Detach disk from instance /// /// Sends a `POST` request to `/v1/instances/{instance}/disks/detach` /// @@ -36620,7 +36622,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_external_ip_list(&self) -> builder::InstanceExternalIpList; - /// Allocate and attach an ephemeral IP to an instance + /// Allocate and attach ephemeral IP to instance /// /// Sends a `POST` request to /// `/v1/instances/{instance}/external-ips/ephemeral` @@ -36638,7 +36640,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_ephemeral_ip_attach(&self) -> builder::InstanceEphemeralIpAttach; - /// Detach and deallocate an ephemeral IP from an instance + /// Detach and deallocate ephemeral IP from instance /// /// Sends a `DELETE` request to /// `/v1/instances/{instance}/external-ips/ephemeral` @@ -36686,7 +36688,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_reboot(&self) -> builder::InstanceReboot; - /// Fetch an instance's serial console + /// Fetch instance serial console /// /// Sends a `GET` request to `/v1/instances/{instance}/serial-console` /// @@ -36716,7 +36718,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_serial_console(&self) -> builder::InstanceSerialConsole; - /// Stream an instance's serial console + /// Stream instance serial console /// /// Sends a `GET` request to /// `/v1/instances/{instance}/serial-console/stream` @@ -36737,9 +36739,9 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_serial_console_stream(&self) -> builder::InstanceSerialConsoleStream; - /// List the SSH public keys added to the instance via cloud-init during - /// instance creation + /// List SSH public keys for instance /// + /// List SSH public keys injected via cloud-init during instance creation. /// Note that this list is a snapshot in time and will not reflect updates /// made after the instance is created. /// @@ -36763,7 +36765,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_ssh_public_key_list(&self) -> builder::InstanceSshPublicKeyList; - /// Boot an instance + /// Boot instance /// /// Sends a `POST` request to `/v1/instances/{instance}/start` /// @@ -36778,7 +36780,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_start(&self) -> builder::InstanceStart; - /// Stop an instance + /// Stop instance /// /// Sends a `POST` request to `/v1/instances/{instance}/stop` /// @@ -36816,7 +36818,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_network_interface_list(&self) -> builder::InstanceNetworkInterfaceList; - /// Create a network interface + /// Create network interface /// /// Sends a `POST` request to `/v1/network-interfaces` /// @@ -36834,7 +36836,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_network_interface_create(&self) -> builder::InstanceNetworkInterfaceCreate; - /// Fetch a network interface + /// Fetch network interface /// /// Sends a `GET` request to `/v1/network-interfaces/{interface}` /// @@ -36852,7 +36854,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_network_interface_view(&self) -> builder::InstanceNetworkInterfaceView; - /// Update a network interface + /// Update network interface /// /// Sends a `PUT` request to `/v1/network-interfaces/{interface}` /// @@ -36872,7 +36874,7 @@ pub trait ClientInstancesExt { /// .await; /// ``` fn instance_network_interface_update(&self) -> builder::InstanceNetworkInterfaceUpdate; - /// Delete a network interface + /// Delete network interface /// /// Note that the primary interface for an instance cannot be deleted if /// there are any secondary interfaces. A new primary interface must be @@ -37064,7 +37066,7 @@ impl ClientMetricsExt for Client { /// System-wide IAM policy pub trait ClientPolicyExt { - /// Fetch the top-level IAM policy + /// Fetch top-level IAM policy /// /// Sends a `GET` request to `/v1/system/policy` /// @@ -37074,7 +37076,7 @@ pub trait ClientPolicyExt { /// .await; /// ``` fn system_policy_view(&self) -> builder::SystemPolicyView; - /// Update the top-level IAM policy + /// Update top-level IAM policy /// /// Sends a `PUT` request to `/v1/system/policy` /// @@ -37118,7 +37120,7 @@ pub trait ClientProjectsExt { /// .await; /// ``` fn project_ip_pool_list(&self) -> builder::ProjectIpPoolList; - /// Fetch an IP pool + /// Fetch IP pool /// /// Sends a `GET` request to `/v1/ip-pools/{pool}` /// @@ -37149,7 +37151,7 @@ pub trait ClientProjectsExt { /// .await; /// ``` fn project_list(&self) -> builder::ProjectList; - /// Create a project + /// Create project /// /// Sends a `POST` request to `/v1/projects` /// @@ -37160,7 +37162,7 @@ pub trait ClientProjectsExt { /// .await; /// ``` fn project_create(&self) -> builder::ProjectCreate; - /// Fetch a project + /// Fetch project /// /// Sends a `GET` request to `/v1/projects/{project}` /// @@ -37188,7 +37190,7 @@ pub trait ClientProjectsExt { /// .await; /// ``` fn project_update(&self) -> builder::ProjectUpdate; - /// Delete a project + /// Delete project /// /// Sends a `DELETE` request to `/v1/projects/{project}` /// @@ -37201,7 +37203,7 @@ pub trait ClientProjectsExt { /// .await; /// ``` fn project_delete(&self) -> builder::ProjectDelete; - /// Fetch a project's IAM policy + /// Fetch project's IAM policy /// /// Sends a `GET` request to `/v1/projects/{project}/policy` /// @@ -37214,7 +37216,7 @@ pub trait ClientProjectsExt { /// .await; /// ``` fn project_policy_view(&self) -> builder::ProjectPolicyView; - /// Update a project's IAM policy + /// Update project's IAM policy /// /// Sends a `PUT` request to `/v1/projects/{project}/policy` /// @@ -37288,7 +37290,7 @@ pub trait ClientRolesExt { /// .await; /// ``` fn role_list(&self) -> builder::RoleList; - /// Fetch a built-in role + /// Fetch built-in role /// /// Sends a `GET` request to `/v1/system/roles/{role_name}` /// @@ -37315,7 +37317,7 @@ impl ClientRolesExt for Client { /// Information pertaining to the current session. pub trait ClientSessionExt { - /// Fetch the user associated with the current session + /// Fetch user for current session /// /// Sends a `GET` request to `/v1/me` /// @@ -37325,7 +37327,7 @@ pub trait ClientSessionExt { /// .await; /// ``` fn current_user_view(&self) -> builder::CurrentUserView; - /// Fetch the silo groups the current user belongs to + /// Fetch current user's groups /// /// Sends a `GET` request to `/v1/me/groups` /// @@ -37363,7 +37365,7 @@ pub trait ClientSessionExt { /// .await; /// ``` fn current_user_ssh_key_list(&self) -> builder::CurrentUserSshKeyList; - /// Create an SSH public key + /// Create SSH public key /// /// Create an SSH public key for the currently authenticated user. /// @@ -37376,10 +37378,9 @@ pub trait ClientSessionExt { /// .await; /// ``` fn current_user_ssh_key_create(&self) -> builder::CurrentUserSshKeyCreate; - /// Fetch an SSH public key + /// Fetch SSH public key /// - /// Fetch an SSH public key associated with the currently authenticated - /// user. + /// Fetch SSH public key associated with the currently authenticated user. /// /// Sends a `GET` request to `/v1/me/ssh-keys/{ssh_key}` /// @@ -37392,7 +37393,7 @@ pub trait ClientSessionExt { /// .await; /// ``` fn current_user_ssh_key_view(&self) -> builder::CurrentUserSshKeyView; - /// Delete an SSH public key + /// Delete SSH public key /// /// Delete an SSH public key associated with the currently authenticated /// user. @@ -37460,7 +37461,7 @@ pub trait ClientSilosExt { /// .await; /// ``` fn certificate_list(&self) -> builder::CertificateList; - /// Create a new system-wide x.509 certificate + /// Create new system-wide x.509 certificate /// /// This certificate is automatically used by the Oxide Control plane to /// serve external connections. @@ -37474,7 +37475,7 @@ pub trait ClientSilosExt { /// .await; /// ``` fn certificate_create(&self) -> builder::CertificateCreate; - /// Fetch a certificate + /// Fetch certificate /// /// Returns the details of a specific certificate /// @@ -37487,7 +37488,7 @@ pub trait ClientSilosExt { /// .await; /// ``` fn certificate_view(&self) -> builder::CertificateView; - /// Delete a certificate + /// Delete certificate /// /// Permanently delete a certificate. This operation cannot be undone. /// @@ -37531,7 +37532,7 @@ pub trait ClientSilosExt { /// .await; /// ``` fn group_view(&self) -> builder::GroupView; - /// Fetch the current silo's IAM policy + /// Fetch current silo's IAM policy /// /// Sends a `GET` request to `/v1/policy` /// @@ -37541,7 +37542,7 @@ pub trait ClientSilosExt { /// .await; /// ``` fn policy_view(&self) -> builder::PolicyView; - /// Update the current silo's IAM policy + /// Update current silo's IAM policy /// /// Sends a `PUT` request to `/v1/policy` /// @@ -37572,7 +37573,7 @@ pub trait ClientSilosExt { /// .await; /// ``` fn user_list(&self) -> builder::UserList; - /// View the resource utilization of the user's current silo + /// Fetch resource utilization for user's current silo /// /// Sends a `GET` request to `/v1/utilization` /// @@ -37648,7 +37649,7 @@ pub trait ClientSnapshotsExt { /// .await; /// ``` fn snapshot_list(&self) -> builder::SnapshotList; - /// Create a snapshot + /// Create snapshot /// /// Creates a point-in-time snapshot from a disk. /// @@ -37665,7 +37666,7 @@ pub trait ClientSnapshotsExt { /// .await; /// ``` fn snapshot_create(&self) -> builder::SnapshotCreate; - /// Fetch a snapshot + /// Fetch snapshot /// /// Sends a `GET` request to `/v1/snapshots/{snapshot}` /// @@ -37680,7 +37681,7 @@ pub trait ClientSnapshotsExt { /// .await; /// ``` fn snapshot_view(&self) -> builder::SnapshotView; - /// Delete a snapshot + /// Delete snapshot /// /// Sends a `DELETE` request to `/v1/snapshots/{snapshot}` /// @@ -37755,7 +37756,7 @@ pub trait ClientSystemHardwareExt { /// .await; /// ``` fn rack_list(&self) -> builder::RackList; - /// Fetch a rack + /// Fetch rack /// /// Sends a `GET` request to `/v1/system/hardware/racks/{rack_id}` /// @@ -37786,7 +37787,7 @@ pub trait ClientSystemHardwareExt { /// .await; /// ``` fn sled_list(&self) -> builder::SledList; - /// Add a sled to an initialized rack + /// Add sled to initialized rack /// /// Sends a `POST` request to `/v1/system/hardware/sleds` /// @@ -37797,7 +37798,7 @@ pub trait ClientSystemHardwareExt { /// .await; /// ``` fn sled_add(&self) -> builder::SledAdd; - /// Fetch a sled + /// Fetch sled /// /// Sends a `GET` request to `/v1/system/hardware/sleds/{sled_id}` /// @@ -37830,7 +37831,7 @@ pub trait ClientSystemHardwareExt { /// .await; /// ``` fn sled_physical_disk_list(&self) -> builder::SledPhysicalDiskList; - /// List instances running on a given sled + /// List instances running on given sled /// /// Sends a `GET` request to `/v1/system/hardware/sleds/{sled_id}/instances` /// @@ -37850,7 +37851,7 @@ pub trait ClientSystemHardwareExt { /// .await; /// ``` fn sled_instance_list(&self) -> builder::SledInstanceList; - /// Set the sled's provision state + /// Set sled provision state /// /// Sends a `PUT` request to /// `/v1/system/hardware/sleds/{sled_id}/provision-state` @@ -37866,7 +37867,7 @@ pub trait ClientSystemHardwareExt { /// .await; /// ``` fn sled_set_provision_state(&self) -> builder::SledSetProvisionState; - /// List uninitialized sleds in a given rack + /// List uninitialized sleds /// /// Sends a `GET` request to `/v1/system/hardware/sleds-uninitialized` /// @@ -37961,7 +37962,7 @@ pub trait ClientSystemHardwareExt { /// .await; /// ``` fn switch_list(&self) -> builder::SwitchList; - /// Fetch a switch + /// Fetch switch /// /// Sends a `GET` request to `/v1/system/hardware/switches/{switch_id}` /// @@ -38096,7 +38097,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_list(&self) -> builder::IpPoolList; - /// Create an IP pool + /// Create IP pool /// /// Sends a `POST` request to `/v1/system/ip-pools` /// @@ -38107,7 +38108,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_create(&self) -> builder::IpPoolCreate; - /// Fetch an IP pool + /// Fetch IP pool /// /// Sends a `GET` request to `/v1/system/ip-pools/{pool}` /// @@ -38120,7 +38121,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_view(&self) -> builder::IpPoolView; - /// Update an IP pool + /// Update IP pool /// /// Sends a `PUT` request to `/v1/system/ip-pools/{pool}` /// @@ -38135,7 +38136,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_update(&self) -> builder::IpPoolUpdate; - /// Delete an IP pool + /// Delete IP pool /// /// Sends a `DELETE` request to `/v1/system/ip-pools/{pool}` /// @@ -38148,9 +38149,9 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_delete(&self) -> builder::IpPoolDelete; - /// List ranges for an IP pool + /// List ranges for IP pool /// - /// List ranges for an IP pool. Ranges are ordered by their first address. + /// Ranges are ordered by their first address. /// /// Sends a `GET` request to `/v1/system/ip-pools/{pool}/ranges` /// @@ -38168,7 +38169,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_range_list(&self) -> builder::IpPoolRangeList; - /// Add a range to an IP pool + /// Add range to IP pool /// /// Sends a `POST` request to `/v1/system/ip-pools/{pool}/ranges/add` /// @@ -38183,7 +38184,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_range_add(&self) -> builder::IpPoolRangeAdd; - /// Remove a range from an IP pool + /// Remove range from IP pool /// /// Sends a `POST` request to `/v1/system/ip-pools/{pool}/ranges/remove` /// @@ -38198,7 +38199,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_range_remove(&self) -> builder::IpPoolRangeRemove; - /// List an IP pool's linked silos + /// List IP pool's linked silos /// /// Sends a `GET` request to `/v1/system/ip-pools/{pool}/silos` /// @@ -38218,7 +38219,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_silo_list(&self) -> builder::IpPoolSiloList; - /// Link an IP pool to a silo + /// Link IP pool to silo /// /// Users in linked silos can allocate external IPs from this pool for their /// instances. A silo can have at most one default pool. IPs are allocated @@ -38256,7 +38257,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_silo_update(&self) -> builder::IpPoolSiloUpdate; - /// Unlink an IP pool from a silo + /// Unlink IP pool from silo /// /// Will fail if there are any outstanding IPs allocated in the silo. /// @@ -38270,7 +38271,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn ip_pool_silo_unlink(&self) -> builder::IpPoolSiloUnlink; - /// Fetch the Oxide service IP pool + /// Fetch Oxide service IP pool /// /// Sends a `GET` request to `/v1/system/ip-pools-service` /// @@ -38338,7 +38339,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn networking_address_lot_list(&self) -> builder::NetworkingAddressLotList; - /// Create an address lot + /// Create address lot /// /// Sends a `POST` request to `/v1/system/networking/address-lot` /// @@ -38349,7 +38350,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn networking_address_lot_create(&self) -> builder::NetworkingAddressLotCreate; - /// Delete an address lot + /// Delete address lot /// /// Sends a `DELETE` request to /// `/v1/system/networking/address-lot/{address_lot}` @@ -38363,7 +38364,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn networking_address_lot_delete(&self) -> builder::NetworkingAddressLotDelete; - /// List the blocks in an address lot + /// List blocks in address lot /// /// Sends a `GET` request to /// `/v1/system/networking/address-lot/{address_lot}/blocks` @@ -38436,7 +38437,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn networking_bgp_config_list(&self) -> builder::NetworkingBgpConfigList; - /// Create a new BGP configuration + /// Create new BGP configuration /// /// Sends a `POST` request to `/v1/system/networking/bgp` /// @@ -38447,7 +38448,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn networking_bgp_config_create(&self) -> builder::NetworkingBgpConfigCreate; - /// Delete a BGP configuration + /// Delete BGP configuration /// /// Sends a `DELETE` request to `/v1/system/networking/bgp` /// @@ -38473,7 +38474,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn networking_bgp_announce_set_list(&self) -> builder::NetworkingBgpAnnounceSetList; - /// Create a new BGP announce set + /// Create new BGP announce set /// /// Sends a `POST` request to `/v1/system/networking/bgp-announce` /// @@ -38484,7 +38485,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn networking_bgp_announce_set_create(&self) -> builder::NetworkingBgpAnnounceSetCreate; - /// Delete a BGP announce set + /// Delete BGP announce set /// /// Sends a `DELETE` request to `/v1/system/networking/bgp-announce` /// @@ -38538,7 +38539,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn networking_loopback_address_list(&self) -> builder::NetworkingLoopbackAddressList; - /// Create a loopback address + /// Create loopback address /// /// Sends a `POST` request to `/v1/system/networking/loopback-address` /// @@ -38549,7 +38550,7 @@ pub trait ClientSystemNetworkingExt { /// .await; /// ``` fn networking_loopback_address_create(&self) -> builder::NetworkingLoopbackAddressCreate; - /// Delete a loopback address + /// Delete loopback address /// /// Sends a `DELETE` request to /// `/v1/system/networking/loopback-address/{rack_id}/{switch_location}/ @@ -38621,7 +38622,7 @@ pub trait ClientSystemNetworkingExt { /// ``` fn networking_switch_port_settings_delete(&self) -> builder::NetworkingSwitchPortSettingsDelete; - /// Get information about a switch port + /// Get information about switch port /// /// Sends a `GET` request to /// `/v1/system/networking/switch-port-settings/{port}` @@ -38818,7 +38819,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn silo_identity_provider_list(&self) -> builder::SiloIdentityProviderList; - /// Create a user + /// Create user /// /// Users can only be created in Silos with `provision_type` == `Fixed`. /// Otherwise, Silo users are just-in-time (JIT) provisioned when a user @@ -38837,7 +38838,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn local_idp_user_create(&self) -> builder::LocalIdpUserCreate; - /// Delete a user + /// Delete user /// /// Sends a `DELETE` request to /// `/v1/system/identity-providers/local/users/{user_id}` @@ -38853,7 +38854,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn local_idp_user_delete(&self) -> builder::LocalIdpUserDelete; - /// Set or invalidate a user's password + /// Set or invalidate user's password /// /// Passwords can only be updated for users in Silos with identity mode /// `LocalOnly`. @@ -38874,7 +38875,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn local_idp_user_set_password(&self) -> builder::LocalIdpUserSetPassword; - /// Create a SAML IdP + /// Create SAML IdP /// /// Sends a `POST` request to `/v1/system/identity-providers/saml` /// @@ -38889,7 +38890,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn saml_identity_provider_create(&self) -> builder::SamlIdentityProviderCreate; - /// Fetch a SAML IdP + /// Fetch SAML IdP /// /// Sends a `GET` request to `/v1/system/identity-providers/saml/{provider}` /// @@ -38953,9 +38954,9 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn silo_create(&self) -> builder::SiloCreate; - /// Fetch a silo + /// Fetch silo /// - /// Fetch a silo by name or ID. + /// Fetch silo by name or ID. /// /// Sends a `GET` request to `/v1/system/silos/{silo}` /// @@ -39007,7 +39008,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn silo_ip_pool_list(&self) -> builder::SiloIpPoolList; - /// Fetch a silo's IAM policy + /// Fetch silo IAM policy /// /// Sends a `GET` request to `/v1/system/silos/{silo}/policy` /// @@ -39020,7 +39021,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn silo_policy_view(&self) -> builder::SiloPolicyView; - /// Update a silo's IAM policy + /// Update silo IAM policy /// /// Sends a `PUT` request to `/v1/system/silos/{silo}/policy` /// @@ -39035,7 +39036,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn silo_policy_update(&self) -> builder::SiloPolicyUpdate; - /// View the resource quotas of a given silo + /// Fetch resource quotas for silo /// /// Sends a `GET` request to `/v1/system/silos/{silo}/quotas` /// @@ -39048,7 +39049,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn silo_quotas_view(&self) -> builder::SiloQuotasView; - /// Update the resource quotas of a given silo + /// Update resource quotas for silo /// /// If a quota value is not specified, it will remain unchanged. /// @@ -39065,7 +39066,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn silo_quotas_update(&self) -> builder::SiloQuotasUpdate; - /// List built-in (system) users in a silo + /// List built-in (system) users in silo /// /// Sends a `GET` request to `/v1/system/users` /// @@ -39085,7 +39086,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn silo_user_list(&self) -> builder::SiloUserList; - /// Fetch a built-in (system) user + /// Fetch built-in (system) user /// /// Sends a `GET` request to `/v1/system/users/{user_id}` /// @@ -39118,7 +39119,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn user_builtin_list(&self) -> builder::UserBuiltinList; - /// Fetch a built-in user + /// Fetch built-in user /// /// Sends a `GET` request to `/v1/system/users-builtin/{user}` /// @@ -39147,7 +39148,7 @@ pub trait ClientSystemSilosExt { /// .await; /// ``` fn silo_utilization_list(&self) -> builder::SiloUtilizationList; - /// View the current utilization of a given silo + /// Fetch current utilization for given silo /// /// Sends a `GET` request to `/v1/system/utilization/silos/{silo}` /// @@ -39334,7 +39335,7 @@ pub trait ClientVpcsExt { /// .await; /// ``` fn vpc_subnet_list(&self) -> builder::VpcSubnetList; - /// Create a subnet + /// Create subnet /// /// Sends a `POST` request to `/v1/vpc-subnets` /// @@ -39352,7 +39353,7 @@ pub trait ClientVpcsExt { /// .await; /// ``` fn vpc_subnet_create(&self) -> builder::VpcSubnetCreate; - /// Fetch a subnet + /// Fetch subnet /// /// Sends a `GET` request to `/v1/vpc-subnets/{subnet}` /// @@ -39370,7 +39371,7 @@ pub trait ClientVpcsExt { /// .await; /// ``` fn vpc_subnet_view(&self) -> builder::VpcSubnetView; - /// Update a subnet + /// Update subnet /// /// Sends a `PUT` request to `/v1/vpc-subnets/{subnet}` /// @@ -39390,7 +39391,7 @@ pub trait ClientVpcsExt { /// .await; /// ``` fn vpc_subnet_update(&self) -> builder::VpcSubnetUpdate; - /// Delete a subnet + /// Delete subnet /// /// Sends a `DELETE` request to `/v1/vpc-subnets/{subnet}` /// @@ -39453,7 +39454,7 @@ pub trait ClientVpcsExt { /// .await; /// ``` fn vpc_list(&self) -> builder::VpcList; - /// Create a VPC + /// Create VPC /// /// Sends a `POST` request to `/v1/vpcs` /// @@ -39468,7 +39469,7 @@ pub trait ClientVpcsExt { /// .await; /// ``` fn vpc_create(&self) -> builder::VpcCreate; - /// Fetch a VPC + /// Fetch VPC /// /// Sends a `GET` request to `/v1/vpcs/{vpc}` /// @@ -39500,7 +39501,7 @@ pub trait ClientVpcsExt { /// .await; /// ``` fn vpc_update(&self) -> builder::VpcUpdate; - /// Delete a VPC + /// Delete VPC /// /// Sends a `DELETE` request to `/v1/vpcs/{vpc}` ///