Struct openstack::compute::FlavorSummary [] [src]

pub struct FlavorSummary<'session> { /* fields omitted */ }

Structure representing a summary of a flavor.

Methods

impl<'session> FlavorSummary<'session>
[src]

[src]

Get a reference to flavor unique ID.

[src]

Get a reference to flavor name.

[src]

Get details.

Trait Implementations

impl<'session> Clone for FlavorSummary<'session>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'session> Debug for FlavorSummary<'session>
[src]

[src]

Formats the value using the given formatter.

impl<'session> ResourceId for FlavorSummary<'session>
[src]

[src]

Identifier of the current resource.

impl<'session> ListResources<'session> for FlavorSummary<'session>
[src]

DEFAULT_LIMIT: usize = 50

Default limit to use with this resource.

[src]

List the resources from the session.