UpdateEndpointRequest: {
    endpointId: string;
    privateNetwork?: EndpointSpecPrivateNetworkSpec;
    publicNetwork?: EndpointSpecPublicNetworkSpec;
    zone?: Zone;
}

Type declaration

  • endpointId: string

    UUID of the endpoint you want to get.

  • OptionalprivateNetwork?: EndpointSpecPrivateNetworkSpec

    Private Network details.

    One-of ('endpointType'): at most one of 'privateNetwork', 'publicNetwork' could be set.

  • OptionalpublicNetwork?: EndpointSpecPublicNetworkSpec

    Public network details.

    One-of ('endpointType'): at most one of 'privateNetwork', 'publicNetwork' could be set.

  • Optionalzone?: Zone

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