Skip to content

ServerForCreate Networks Field #160

@venkatnsrinivasan

Description

@venkatnsrinivasan

I noticed that the ServerForCreate Networks fields uses the NetworkForCreate class which contains these 2 fields

@JsonProperty("uuid")
private String id;
@JsonProperty("fixed_ip")
private String fixedIp;

As per openstack documentation

A networks object. By default, the server instance is provisioned with all isolated networks for the tenant.
Optionally, you can create one or more NICs on the server.
To provision the server instance with a NIC for a nova-network network, specify the UUID in the uuid attribute in a networks object.
To provision the server instance with a NIC for a neutron network, specify the UUID in the port attribute in a networks object.
You can specify multiple NICs on the server.

Anyone know if we need a port attribute as well to this class ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions