Struct openstack::compute::NewServer[][src]

pub struct NewServer { /* fields omitted */ }

A request to create a server.

Methods

impl NewServer
[src]

Request creation of the server.

Add a virtual NIC with given fixed IP to the new server.

A shorthand for add_nic.

Add a virtual NIC from this network to the new server.

A shorthand for add_nic.

Add a virtual NIC to the new server.

Add a virtual NIC with this port to the new server.

A shorthand for add_nic.

Use this image as a source for the new server.

Use this key pair for the new server.

Add a virtual NIC with given fixed IP to the new server.

Use this image as a source for the new server.

Use this key pair for the new server.

Add a virtual NIC from this network to the new server.

Add a virtual NIC with this port to the new server.

Add an arbitrary key/value metadata pair.

Trait Implementations

impl Debug for NewServer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for NewServer

impl !Sync for NewServer