AttachFailoverIPToMacAddressRequest: {
    ipId: number;
    mac?: string;
    type?: AttachFailoverIPToMacAddressRequestMacType;
    zone?: Zone;
}

Type declaration

  • ipId: number

    ID of the failover IP.

  • Optionalmac?: string

    A valid mac address (existing or not).

  • Optionaltype?: AttachFailoverIPToMacAddressRequestMacType

    A mac type.

  • Optionalzone?: Zone

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