Struct rusoto_directconnect::AllocatePublicVirtualInterfaceRequest [] [src]

pub struct AllocatePublicVirtualInterfaceRequest {
    pub connection_id: String,
    pub new_public_virtual_interface_allocation: NewPublicVirtualInterfaceAllocation,
    pub owner_account: String,
}

Container for the parameters to the AllocatePublicVirtualInterface operation.

Fields

The connection ID on which the public virtual interface is provisioned.

Default: None

Detailed information for the public virtual interface to be provisioned.

Default: None

The AWS account that will own the new public virtual interface.

Default: None

Trait Implementations

impl Default for AllocatePublicVirtualInterfaceRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for AllocatePublicVirtualInterfaceRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for AllocatePublicVirtualInterfaceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more