Type Alias PrivateNetworkApiAddServerPrivateNetworkRequest

PrivateNetworkApiAddServerPrivateNetworkRequest: {
    ipamIpIds?: string[];
    privateNetworkId: string;
    serverId: string;
    zone?: Zone;
}

Type declaration

  • OptionalipamIpIds?: string[]

    IPAM IDs of an IPs to attach to the server.

  • privateNetworkId: string

    UUID of the Private Network.

  • serverId: string

    UUID of the server.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.