Hi all,

Can someone help, please?

Thanks
Kishore

On Wednesday, February 13, 2019 at 9:28:30 PM UTC, Kishore Ponniah wrote:
>
> Hi All,
>
> I am creating Direct Connect Private Virtual Interface but as a hosted 
> interface. Currently, there are no ansible modules to 
> allocate_private_virtual_interface. This will create a private virtual 
> interface to be owned by specified AWS account. 
>
> This is the boto3 link for that
>
>
> https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/directconnect.html#DirectConnect.Client.allocate_private_virtual_interface
>
> response = client.allocate_private_virtual_interface(
>     connectionId='string',
>     ownerAccount='string',
>     newPrivateVirtualInterfaceAllocation={
>         'virtualInterfaceName': 'string',
>         'vlan': 123,
>         'asn': 123,
>         'mtu': 123,
>         'authKey': 'string',
>         'amazonAddress': 'string',
>         'addressFamily': 'ipv4'|'ipv6',
>         'customerAddress': 'string'
>     })
>
>
> The current ansible module does not have ownerAccount parameter. Can 
> someone help create one?
>
>
>
> Current ansible module:
>
>
> https://docs.ansible.com/ansible/2.6/modules/aws_direct_connect_virtual_interface_module.html
>
> Thanks
> Kishore
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2ae15f4d-d414-4b58-8dfd-8298e6144a14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to