1. Packages
  2. Avi Provider
  3. API Docs
  4. Trafficcloneprofile
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.Trafficcloneprofile

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “Avi: avi.Trafficcloneprofile” sidebar_current: “docs-avi-resource-trafficcloneprofile” description: |- Creates and manages Avi TrafficCloneProfile.

    avi.Trafficcloneprofile

    The TrafficCloneProfile resource allows the creation and management of Avi TrafficCloneProfile

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const foo = new avi.Trafficcloneprofile("foo", {tenantRef: "/api/tenant/?name=admin"});
    
    import pulumi
    import pulumi_avi as avi
    
    foo = avi.Trafficcloneprofile("foo", tenant_ref="/api/tenant/?name=admin")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := avi.NewTrafficcloneprofile(ctx, "foo", &avi.TrafficcloneprofileArgs{
    			TenantRef: pulumi.String("/api/tenant/?name=admin"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Avi = Pulumi.Avi;
    
    return await Deployment.RunAsync(() => 
    {
        var foo = new Avi.Trafficcloneprofile("foo", new()
        {
            TenantRef = "/api/tenant/?name=admin",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.Trafficcloneprofile;
    import com.pulumi.avi.TrafficcloneprofileArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var foo = new Trafficcloneprofile("foo", TrafficcloneprofileArgs.builder()
                .tenantRef("/api/tenant/?name=admin")
                .build());
    
        }
    }
    
    resources:
      foo:
        type: avi:Trafficcloneprofile
        properties:
          tenantRef: /api/tenant/?name=admin
    

    Create Trafficcloneprofile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Trafficcloneprofile(name: string, args?: TrafficcloneprofileArgs, opts?: CustomResourceOptions);
    @overload
    def Trafficcloneprofile(resource_name: str,
                            args: Optional[TrafficcloneprofileArgs] = None,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def Trafficcloneprofile(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            clone_servers: Optional[Sequence[TrafficcloneprofileCloneServerArgs]] = None,
                            cloud_ref: Optional[str] = None,
                            configpb_attributes: Optional[Sequence[TrafficcloneprofileConfigpbAttributeArgs]] = None,
                            markers: Optional[Sequence[TrafficcloneprofileMarkerArgs]] = None,
                            name: Optional[str] = None,
                            preserve_client_ip: Optional[str] = None,
                            tenant_ref: Optional[str] = None,
                            trafficcloneprofile_id: Optional[str] = None,
                            uuid: Optional[str] = None)
    func NewTrafficcloneprofile(ctx *Context, name string, args *TrafficcloneprofileArgs, opts ...ResourceOption) (*Trafficcloneprofile, error)
    public Trafficcloneprofile(string name, TrafficcloneprofileArgs? args = null, CustomResourceOptions? opts = null)
    public Trafficcloneprofile(String name, TrafficcloneprofileArgs args)
    public Trafficcloneprofile(String name, TrafficcloneprofileArgs args, CustomResourceOptions options)
    
    type: avi:Trafficcloneprofile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TrafficcloneprofileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TrafficcloneprofileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TrafficcloneprofileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TrafficcloneprofileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TrafficcloneprofileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var trafficcloneprofileResource = new Avi.Trafficcloneprofile("trafficcloneprofileResource", new()
    {
        CloneServers = new[]
        {
            new Avi.Inputs.TrafficcloneprofileCloneServerArgs
            {
                IpAddresses = new[]
                {
                    new Avi.Inputs.TrafficcloneprofileCloneServerIpAddressArgs
                    {
                        Addr = "string",
                        Type = "string",
                    },
                },
                Mac = "string",
                NetworkRef = "string",
                Subnets = new[]
                {
                    new Avi.Inputs.TrafficcloneprofileCloneServerSubnetArgs
                    {
                        IpAddrs = new[]
                        {
                            new Avi.Inputs.TrafficcloneprofileCloneServerSubnetIpAddrArgs
                            {
                                Addr = "string",
                                Type = "string",
                            },
                        },
                        Mask = "string",
                    },
                },
            },
        },
        CloudRef = "string",
        ConfigpbAttributes = new[]
        {
            new Avi.Inputs.TrafficcloneprofileConfigpbAttributeArgs
            {
                Version = "string",
            },
        },
        Markers = new[]
        {
            new Avi.Inputs.TrafficcloneprofileMarkerArgs
            {
                Key = "string",
                Values = new[]
                {
                    "string",
                },
            },
        },
        Name = "string",
        PreserveClientIp = "string",
        TenantRef = "string",
        TrafficcloneprofileId = "string",
        Uuid = "string",
    });
    
    example, err := avi.NewTrafficcloneprofile(ctx, "trafficcloneprofileResource", &avi.TrafficcloneprofileArgs{
    	CloneServers: avi.TrafficcloneprofileCloneServerArray{
    		&avi.TrafficcloneprofileCloneServerArgs{
    			IpAddresses: avi.TrafficcloneprofileCloneServerIpAddressArray{
    				&avi.TrafficcloneprofileCloneServerIpAddressArgs{
    					Addr: pulumi.String("string"),
    					Type: pulumi.String("string"),
    				},
    			},
    			Mac:        pulumi.String("string"),
    			NetworkRef: pulumi.String("string"),
    			Subnets: avi.TrafficcloneprofileCloneServerSubnetArray{
    				&avi.TrafficcloneprofileCloneServerSubnetArgs{
    					IpAddrs: avi.TrafficcloneprofileCloneServerSubnetIpAddrArray{
    						&avi.TrafficcloneprofileCloneServerSubnetIpAddrArgs{
    							Addr: pulumi.String("string"),
    							Type: pulumi.String("string"),
    						},
    					},
    					Mask: pulumi.String("string"),
    				},
    			},
    		},
    	},
    	CloudRef: pulumi.String("string"),
    	ConfigpbAttributes: avi.TrafficcloneprofileConfigpbAttributeArray{
    		&avi.TrafficcloneprofileConfigpbAttributeArgs{
    			Version: pulumi.String("string"),
    		},
    	},
    	Markers: avi.TrafficcloneprofileMarkerArray{
    		&avi.TrafficcloneprofileMarkerArgs{
    			Key: pulumi.String("string"),
    			Values: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	Name:                  pulumi.String("string"),
    	PreserveClientIp:      pulumi.String("string"),
    	TenantRef:             pulumi.String("string"),
    	TrafficcloneprofileId: pulumi.String("string"),
    	Uuid:                  pulumi.String("string"),
    })
    
    var trafficcloneprofileResource = new Trafficcloneprofile("trafficcloneprofileResource", TrafficcloneprofileArgs.builder()
        .cloneServers(TrafficcloneprofileCloneServerArgs.builder()
            .ipAddresses(TrafficcloneprofileCloneServerIpAddressArgs.builder()
                .addr("string")
                .type("string")
                .build())
            .mac("string")
            .networkRef("string")
            .subnets(TrafficcloneprofileCloneServerSubnetArgs.builder()
                .ipAddrs(TrafficcloneprofileCloneServerSubnetIpAddrArgs.builder()
                    .addr("string")
                    .type("string")
                    .build())
                .mask("string")
                .build())
            .build())
        .cloudRef("string")
        .configpbAttributes(TrafficcloneprofileConfigpbAttributeArgs.builder()
            .version("string")
            .build())
        .markers(TrafficcloneprofileMarkerArgs.builder()
            .key("string")
            .values("string")
            .build())
        .name("string")
        .preserveClientIp("string")
        .tenantRef("string")
        .trafficcloneprofileId("string")
        .uuid("string")
        .build());
    
    trafficcloneprofile_resource = avi.Trafficcloneprofile("trafficcloneprofileResource",
        clone_servers=[{
            "ip_addresses": [{
                "addr": "string",
                "type": "string",
            }],
            "mac": "string",
            "network_ref": "string",
            "subnets": [{
                "ip_addrs": [{
                    "addr": "string",
                    "type": "string",
                }],
                "mask": "string",
            }],
        }],
        cloud_ref="string",
        configpb_attributes=[{
            "version": "string",
        }],
        markers=[{
            "key": "string",
            "values": ["string"],
        }],
        name="string",
        preserve_client_ip="string",
        tenant_ref="string",
        trafficcloneprofile_id="string",
        uuid="string")
    
    const trafficcloneprofileResource = new avi.Trafficcloneprofile("trafficcloneprofileResource", {
        cloneServers: [{
            ipAddresses: [{
                addr: "string",
                type: "string",
            }],
            mac: "string",
            networkRef: "string",
            subnets: [{
                ipAddrs: [{
                    addr: "string",
                    type: "string",
                }],
                mask: "string",
            }],
        }],
        cloudRef: "string",
        configpbAttributes: [{
            version: "string",
        }],
        markers: [{
            key: "string",
            values: ["string"],
        }],
        name: "string",
        preserveClientIp: "string",
        tenantRef: "string",
        trafficcloneprofileId: "string",
        uuid: "string",
    });
    
    type: avi:Trafficcloneprofile
    properties:
        cloneServers:
            - ipAddresses:
                - addr: string
                  type: string
              mac: string
              networkRef: string
              subnets:
                - ipAddrs:
                    - addr: string
                      type: string
                  mask: string
        cloudRef: string
        configpbAttributes:
            - version: string
        markers:
            - key: string
              values:
                - string
        name: string
        preserveClientIp: string
        tenantRef: string
        trafficcloneprofileId: string
        uuid: string
    

    Trafficcloneprofile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Trafficcloneprofile resource accepts the following input properties:

    CloneServers List<TrafficcloneprofileCloneServer>
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CloudRef string
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes List<TrafficcloneprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Markers List<TrafficcloneprofileMarker>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PreserveClientIp string
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TrafficcloneprofileId string
    Uuid string
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CloneServers []TrafficcloneprofileCloneServerArgs
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CloudRef string
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []TrafficcloneprofileConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Markers []TrafficcloneprofileMarkerArgs
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PreserveClientIp string
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TrafficcloneprofileId string
    Uuid string
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloneServers List<TrafficcloneprofileCloneServer>
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloudRef String
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<TrafficcloneprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers List<TrafficcloneprofileMarker>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preserveClientIp String
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    trafficcloneprofileId String
    uuid String
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloneServers TrafficcloneprofileCloneServer[]
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloudRef string
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes TrafficcloneprofileConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers TrafficcloneprofileMarker[]
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name string
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preserveClientIp string
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef string
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    trafficcloneprofileId string
    uuid string
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    clone_servers Sequence[TrafficcloneprofileCloneServerArgs]
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloud_ref str
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[TrafficcloneprofileConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers Sequence[TrafficcloneprofileMarkerArgs]
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name str
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preserve_client_ip str
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenant_ref str
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    trafficcloneprofile_id str
    uuid str
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloneServers List<Property Map>
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloudRef String
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers List<Property Map>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preserveClientIp String
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    trafficcloneprofileId String
    uuid String
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Trafficcloneprofile resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Trafficcloneprofile Resource

    Get an existing Trafficcloneprofile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: TrafficcloneprofileState, opts?: CustomResourceOptions): Trafficcloneprofile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            clone_servers: Optional[Sequence[TrafficcloneprofileCloneServerArgs]] = None,
            cloud_ref: Optional[str] = None,
            configpb_attributes: Optional[Sequence[TrafficcloneprofileConfigpbAttributeArgs]] = None,
            markers: Optional[Sequence[TrafficcloneprofileMarkerArgs]] = None,
            name: Optional[str] = None,
            preserve_client_ip: Optional[str] = None,
            tenant_ref: Optional[str] = None,
            trafficcloneprofile_id: Optional[str] = None,
            uuid: Optional[str] = None) -> Trafficcloneprofile
    func GetTrafficcloneprofile(ctx *Context, name string, id IDInput, state *TrafficcloneprofileState, opts ...ResourceOption) (*Trafficcloneprofile, error)
    public static Trafficcloneprofile Get(string name, Input<string> id, TrafficcloneprofileState? state, CustomResourceOptions? opts = null)
    public static Trafficcloneprofile get(String name, Output<String> id, TrafficcloneprofileState state, CustomResourceOptions options)
    resources:  _:    type: avi:Trafficcloneprofile    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CloneServers List<TrafficcloneprofileCloneServer>
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CloudRef string
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes List<TrafficcloneprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Markers List<TrafficcloneprofileMarker>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PreserveClientIp string
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TrafficcloneprofileId string
    Uuid string
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CloneServers []TrafficcloneprofileCloneServerArgs
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CloudRef string
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []TrafficcloneprofileConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Markers []TrafficcloneprofileMarkerArgs
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PreserveClientIp string
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TrafficcloneprofileId string
    Uuid string
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloneServers List<TrafficcloneprofileCloneServer>
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloudRef String
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<TrafficcloneprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers List<TrafficcloneprofileMarker>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preserveClientIp String
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    trafficcloneprofileId String
    uuid String
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloneServers TrafficcloneprofileCloneServer[]
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloudRef string
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes TrafficcloneprofileConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers TrafficcloneprofileMarker[]
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name string
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preserveClientIp string
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef string
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    trafficcloneprofileId string
    uuid string
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    clone_servers Sequence[TrafficcloneprofileCloneServerArgs]
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloud_ref str
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[TrafficcloneprofileConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers Sequence[TrafficcloneprofileMarkerArgs]
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name str
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preserve_client_ip str
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenant_ref str
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    trafficcloneprofile_id str
    uuid str
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloneServers List<Property Map>
    Field introduced in 17.1.1. Maximum of 10 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cloudRef String
    It is a reference to an object of type cloud. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers List<Property Map>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    Name for the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preserveClientIp String
    Specifies if client ip needs to be preserved to clone destination. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    trafficcloneprofileId String
    uuid String
    Uuid of the traffic clone profile. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Supporting Types

    TrafficcloneprofileCloneServer, TrafficcloneprofileCloneServerArgs

    TrafficcloneprofileCloneServerIpAddress, TrafficcloneprofileCloneServerIpAddressArgs

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    TrafficcloneprofileCloneServerSubnet, TrafficcloneprofileCloneServerSubnetArgs

    TrafficcloneprofileCloneServerSubnetIpAddr, TrafficcloneprofileCloneServerSubnetIpAddrArgs

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    TrafficcloneprofileConfigpbAttribute, TrafficcloneprofileConfigpbAttributeArgs

    Version string
    Version string
    version String
    version string
    version String

    TrafficcloneprofileMarker, TrafficcloneprofileMarkerArgs

    Key string
    Values List<string>
    Key string
    Values []string
    key String
    values List<String>
    key string
    values string[]
    key str
    values Sequence[str]
    key String
    values List<String>

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware