1. Packages
  2. Avi Provider
  3. API Docs
  4. Licenseledgerdetails
avi 31.2.1 published on Monday, Dec 22, 2025 by vmware
avi logo
avi 31.2.1 published on Monday, Dec 22, 2025 by vmware

    <!–

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

    –>

    layout: “avi”

    page_title: “Avi:<span pulumi-lang-nodejs=” avi.Licenseledgerdetails"" pulumi-lang-dotnet=" avi.Licenseledgerdetails"" pulumi-lang-go=" Licenseledgerdetails"" pulumi-lang-python=" Licenseledgerdetails"" pulumi-lang-yaml=" avi.Licenseledgerdetails"" pulumi-lang-java=" avi.Licenseledgerdetails""> avi.Licenseledgerdetails" sidebar_current: “docs-avi-resource-licenseledgerdetails” description: |- Creates and manages Avi LicenseLedgerDetails.

    # avi.Licenseledgerdetails The LicenseLedgerDetails resource allows the creation and management of Avi LicenseLedgerDetails

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    resources:
      foo:
        type: avi:Licenseledgerdetails
        properties:
          name: terraform-example-foo
          tenantRef: /api/tenant/?name=admin
    

    Create Licenseledgerdetails Resource

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

    Constructor syntax

    new Licenseledgerdetails(name: string, args?: LicenseledgerdetailsArgs, opts?: CustomResourceOptions);
    @overload
    def Licenseledgerdetails(resource_name: str,
                             args: Optional[LicenseledgerdetailsArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def Licenseledgerdetails(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             escrow_infos: Optional[Sequence[LicenseledgerdetailsEscrowInfoArgs]] = None,
                             licenseledgerdetails_id: Optional[str] = None,
                             se_group_infos: Optional[Sequence[LicenseledgerdetailsSeGroupInfoArgs]] = None,
                             se_infos: Optional[Sequence[LicenseledgerdetailsSeInfoArgs]] = None,
                             tenant_infos: Optional[Sequence[LicenseledgerdetailsTenantInfoArgs]] = None,
                             tier_usages: Optional[Sequence[LicenseledgerdetailsTierUsageArgs]] = None,
                             total_licenses_reserved: Optional[str] = None,
                             uuid: Optional[str] = None)
    func NewLicenseledgerdetails(ctx *Context, name string, args *LicenseledgerdetailsArgs, opts ...ResourceOption) (*Licenseledgerdetails, error)
    public Licenseledgerdetails(string name, LicenseledgerdetailsArgs? args = null, CustomResourceOptions? opts = null)
    public Licenseledgerdetails(String name, LicenseledgerdetailsArgs args)
    public Licenseledgerdetails(String name, LicenseledgerdetailsArgs args, CustomResourceOptions options)
    
    type: avi:Licenseledgerdetails
    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 LicenseledgerdetailsArgs
    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 LicenseledgerdetailsArgs
    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 LicenseledgerdetailsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LicenseledgerdetailsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LicenseledgerdetailsArgs
    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 licenseledgerdetailsResource = new Avi.Licenseledgerdetails("licenseledgerdetailsResource", new()
    {
        EscrowInfos = new[]
        {
            new Avi.Inputs.LicenseledgerdetailsEscrowInfoArgs
            {
                LastUpdated = "string",
                ServiceCores = "string",
                Tier = "string",
                TenantUuid = "string",
                Uuid = "string",
            },
        },
        LicenseledgerdetailsId = "string",
        SeGroupInfos = new[]
        {
            new Avi.Inputs.LicenseledgerdetailsSeGroupInfoArgs
            {
                Consumed = "string",
                Escrow = "string",
                Uuid = "string",
            },
        },
        SeInfos = new[]
        {
            new Avi.Inputs.LicenseledgerdetailsSeInfoArgs
            {
                LastUpdated = "string",
                ServiceCores = "string",
                Tier = "string",
                TenantUuid = "string",
                Uuid = "string",
            },
        },
        TenantInfos = new[]
        {
            new Avi.Inputs.LicenseledgerdetailsTenantInfoArgs
            {
                Reserved = "string",
                Uuid = "string",
            },
        },
        TierUsages = new[]
        {
            new Avi.Inputs.LicenseledgerdetailsTierUsageArgs
            {
                Tier = "string",
                Usages = new[]
                {
                    new Avi.Inputs.LicenseledgerdetailsTierUsageUsageArgs
                    {
                        Available = "string",
                        Consumed = "string",
                        Escrow = "string",
                        Remaining = "string",
                    },
                },
            },
        },
        TotalLicensesReserved = "string",
        Uuid = "string",
    });
    
    example, err := avi.NewLicenseledgerdetails(ctx, "licenseledgerdetailsResource", &avi.LicenseledgerdetailsArgs{
    	EscrowInfos: avi.LicenseledgerdetailsEscrowInfoArray{
    		&avi.LicenseledgerdetailsEscrowInfoArgs{
    			LastUpdated:  pulumi.String("string"),
    			ServiceCores: pulumi.String("string"),
    			Tier:         pulumi.String("string"),
    			TenantUuid:   pulumi.String("string"),
    			Uuid:         pulumi.String("string"),
    		},
    	},
    	LicenseledgerdetailsId: pulumi.String("string"),
    	SeGroupInfos: avi.LicenseledgerdetailsSeGroupInfoArray{
    		&avi.LicenseledgerdetailsSeGroupInfoArgs{
    			Consumed: pulumi.String("string"),
    			Escrow:   pulumi.String("string"),
    			Uuid:     pulumi.String("string"),
    		},
    	},
    	SeInfos: avi.LicenseledgerdetailsSeInfoArray{
    		&avi.LicenseledgerdetailsSeInfoArgs{
    			LastUpdated:  pulumi.String("string"),
    			ServiceCores: pulumi.String("string"),
    			Tier:         pulumi.String("string"),
    			TenantUuid:   pulumi.String("string"),
    			Uuid:         pulumi.String("string"),
    		},
    	},
    	TenantInfos: avi.LicenseledgerdetailsTenantInfoArray{
    		&avi.LicenseledgerdetailsTenantInfoArgs{
    			Reserved: pulumi.String("string"),
    			Uuid:     pulumi.String("string"),
    		},
    	},
    	TierUsages: avi.LicenseledgerdetailsTierUsageArray{
    		&avi.LicenseledgerdetailsTierUsageArgs{
    			Tier: pulumi.String("string"),
    			Usages: avi.LicenseledgerdetailsTierUsageUsageArray{
    				&avi.LicenseledgerdetailsTierUsageUsageArgs{
    					Available: pulumi.String("string"),
    					Consumed:  pulumi.String("string"),
    					Escrow:    pulumi.String("string"),
    					Remaining: pulumi.String("string"),
    				},
    			},
    		},
    	},
    	TotalLicensesReserved: pulumi.String("string"),
    	Uuid:                  pulumi.String("string"),
    })
    
    var licenseledgerdetailsResource = new Licenseledgerdetails("licenseledgerdetailsResource", LicenseledgerdetailsArgs.builder()
        .escrowInfos(LicenseledgerdetailsEscrowInfoArgs.builder()
            .lastUpdated("string")
            .serviceCores("string")
            .tier("string")
            .tenantUuid("string")
            .uuid("string")
            .build())
        .licenseledgerdetailsId("string")
        .seGroupInfos(LicenseledgerdetailsSeGroupInfoArgs.builder()
            .consumed("string")
            .escrow("string")
            .uuid("string")
            .build())
        .seInfos(LicenseledgerdetailsSeInfoArgs.builder()
            .lastUpdated("string")
            .serviceCores("string")
            .tier("string")
            .tenantUuid("string")
            .uuid("string")
            .build())
        .tenantInfos(LicenseledgerdetailsTenantInfoArgs.builder()
            .reserved("string")
            .uuid("string")
            .build())
        .tierUsages(LicenseledgerdetailsTierUsageArgs.builder()
            .tier("string")
            .usages(LicenseledgerdetailsTierUsageUsageArgs.builder()
                .available("string")
                .consumed("string")
                .escrow("string")
                .remaining("string")
                .build())
            .build())
        .totalLicensesReserved("string")
        .uuid("string")
        .build());
    
    licenseledgerdetails_resource = avi.Licenseledgerdetails("licenseledgerdetailsResource",
        escrow_infos=[{
            "last_updated": "string",
            "service_cores": "string",
            "tier": "string",
            "tenant_uuid": "string",
            "uuid": "string",
        }],
        licenseledgerdetails_id="string",
        se_group_infos=[{
            "consumed": "string",
            "escrow": "string",
            "uuid": "string",
        }],
        se_infos=[{
            "last_updated": "string",
            "service_cores": "string",
            "tier": "string",
            "tenant_uuid": "string",
            "uuid": "string",
        }],
        tenant_infos=[{
            "reserved": "string",
            "uuid": "string",
        }],
        tier_usages=[{
            "tier": "string",
            "usages": [{
                "available": "string",
                "consumed": "string",
                "escrow": "string",
                "remaining": "string",
            }],
        }],
        total_licenses_reserved="string",
        uuid="string")
    
    const licenseledgerdetailsResource = new avi.Licenseledgerdetails("licenseledgerdetailsResource", {
        escrowInfos: [{
            lastUpdated: "string",
            serviceCores: "string",
            tier: "string",
            tenantUuid: "string",
            uuid: "string",
        }],
        licenseledgerdetailsId: "string",
        seGroupInfos: [{
            consumed: "string",
            escrow: "string",
            uuid: "string",
        }],
        seInfos: [{
            lastUpdated: "string",
            serviceCores: "string",
            tier: "string",
            tenantUuid: "string",
            uuid: "string",
        }],
        tenantInfos: [{
            reserved: "string",
            uuid: "string",
        }],
        tierUsages: [{
            tier: "string",
            usages: [{
                available: "string",
                consumed: "string",
                escrow: "string",
                remaining: "string",
            }],
        }],
        totalLicensesReserved: "string",
        uuid: "string",
    });
    
    type: avi:Licenseledgerdetails
    properties:
        escrowInfos:
            - lastUpdated: string
              serviceCores: string
              tenantUuid: string
              tier: string
              uuid: string
        licenseledgerdetailsId: string
        seGroupInfos:
            - consumed: string
              escrow: string
              uuid: string
        seInfos:
            - lastUpdated: string
              serviceCores: string
              tenantUuid: string
              tier: string
              uuid: string
        tenantInfos:
            - reserved: string
              uuid: string
        tierUsages:
            - tier: string
              usages:
                - available: string
                  consumed: string
                  escrow: string
                  remaining: string
        totalLicensesReserved: string
        uuid: string
    

    Licenseledgerdetails 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 Licenseledgerdetails resource accepts the following input properties:

    EscrowInfos List<LicenseledgerdetailsEscrowInfo>
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LicenseledgerdetailsId string
    SeGroupInfos List<LicenseledgerdetailsSeGroupInfo>
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SeInfos List<LicenseledgerdetailsSeInfo>
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantInfos List<LicenseledgerdetailsTenantInfo>
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TierUsages List<LicenseledgerdetailsTierUsage>
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TotalLicensesReserved string
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    EscrowInfos []LicenseledgerdetailsEscrowInfoArgs
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LicenseledgerdetailsId string
    SeGroupInfos []LicenseledgerdetailsSeGroupInfoArgs
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SeInfos []LicenseledgerdetailsSeInfoArgs
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantInfos []LicenseledgerdetailsTenantInfoArgs
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TierUsages []LicenseledgerdetailsTierUsageArgs
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TotalLicensesReserved string
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    escrowInfos List<LicenseledgerdetailsEscrowInfo>
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseledgerdetailsId String
    seGroupInfos List<LicenseledgerdetailsSeGroupInfo>
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    seInfos List<LicenseledgerdetailsSeInfo>
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantInfos List<LicenseledgerdetailsTenantInfo>
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tierUsages List<LicenseledgerdetailsTierUsage>
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    totalLicensesReserved String
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    escrowInfos LicenseledgerdetailsEscrowInfo[]
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseledgerdetailsId string
    seGroupInfos LicenseledgerdetailsSeGroupInfo[]
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    seInfos LicenseledgerdetailsSeInfo[]
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantInfos LicenseledgerdetailsTenantInfo[]
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tierUsages LicenseledgerdetailsTierUsage[]
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    totalLicensesReserved string
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    escrow_infos Sequence[LicenseledgerdetailsEscrowInfoArgs]
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseledgerdetails_id str
    se_group_infos Sequence[LicenseledgerdetailsSeGroupInfoArgs]
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    se_infos Sequence[LicenseledgerdetailsSeInfoArgs]
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenant_infos Sequence[LicenseledgerdetailsTenantInfoArgs]
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tier_usages Sequence[LicenseledgerdetailsTierUsageArgs]
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    total_licenses_reserved str
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    escrowInfos List<Property Map>
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseledgerdetailsId String
    seGroupInfos List<Property Map>
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    seInfos List<Property Map>
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantInfos List<Property Map>
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tierUsages List<Property Map>
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    totalLicensesReserved String
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid for reference. Field introduced in 20.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 Licenseledgerdetails 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 Licenseledgerdetails Resource

    Get an existing Licenseledgerdetails 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?: LicenseledgerdetailsState, opts?: CustomResourceOptions): Licenseledgerdetails
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            escrow_infos: Optional[Sequence[LicenseledgerdetailsEscrowInfoArgs]] = None,
            licenseledgerdetails_id: Optional[str] = None,
            se_group_infos: Optional[Sequence[LicenseledgerdetailsSeGroupInfoArgs]] = None,
            se_infos: Optional[Sequence[LicenseledgerdetailsSeInfoArgs]] = None,
            tenant_infos: Optional[Sequence[LicenseledgerdetailsTenantInfoArgs]] = None,
            tier_usages: Optional[Sequence[LicenseledgerdetailsTierUsageArgs]] = None,
            total_licenses_reserved: Optional[str] = None,
            uuid: Optional[str] = None) -> Licenseledgerdetails
    func GetLicenseledgerdetails(ctx *Context, name string, id IDInput, state *LicenseledgerdetailsState, opts ...ResourceOption) (*Licenseledgerdetails, error)
    public static Licenseledgerdetails Get(string name, Input<string> id, LicenseledgerdetailsState? state, CustomResourceOptions? opts = null)
    public static Licenseledgerdetails get(String name, Output<String> id, LicenseledgerdetailsState state, CustomResourceOptions options)
    resources:  _:    type: avi:Licenseledgerdetails    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:
    EscrowInfos List<LicenseledgerdetailsEscrowInfo>
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LicenseledgerdetailsId string
    SeGroupInfos List<LicenseledgerdetailsSeGroupInfo>
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SeInfos List<LicenseledgerdetailsSeInfo>
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantInfos List<LicenseledgerdetailsTenantInfo>
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TierUsages List<LicenseledgerdetailsTierUsage>
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TotalLicensesReserved string
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    EscrowInfos []LicenseledgerdetailsEscrowInfoArgs
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LicenseledgerdetailsId string
    SeGroupInfos []LicenseledgerdetailsSeGroupInfoArgs
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SeInfos []LicenseledgerdetailsSeInfoArgs
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantInfos []LicenseledgerdetailsTenantInfoArgs
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TierUsages []LicenseledgerdetailsTierUsageArgs
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TotalLicensesReserved string
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    escrowInfos List<LicenseledgerdetailsEscrowInfo>
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseledgerdetailsId String
    seGroupInfos List<LicenseledgerdetailsSeGroupInfo>
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    seInfos List<LicenseledgerdetailsSeInfo>
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantInfos List<LicenseledgerdetailsTenantInfo>
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tierUsages List<LicenseledgerdetailsTierUsage>
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    totalLicensesReserved String
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    escrowInfos LicenseledgerdetailsEscrowInfo[]
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseledgerdetailsId string
    seGroupInfos LicenseledgerdetailsSeGroupInfo[]
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    seInfos LicenseledgerdetailsSeInfo[]
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantInfos LicenseledgerdetailsTenantInfo[]
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tierUsages LicenseledgerdetailsTierUsage[]
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    totalLicensesReserved string
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    escrow_infos Sequence[LicenseledgerdetailsEscrowInfoArgs]
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseledgerdetails_id str
    se_group_infos Sequence[LicenseledgerdetailsSeGroupInfoArgs]
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    se_infos Sequence[LicenseledgerdetailsSeInfoArgs]
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenant_infos Sequence[LicenseledgerdetailsTenantInfoArgs]
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tier_usages Sequence[LicenseledgerdetailsTierUsageArgs]
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    total_licenses_reserved str
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    escrowInfos List<Property Map>
    Maintain information about reservation against cookie. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseledgerdetailsId String
    seGroupInfos List<Property Map>
    Maintain information about se group. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    seInfos List<Property Map>
    Maintain information about consumed licenses against se_uuid. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantInfos List<Property Map>
    Maintain information about tenant. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tierUsages List<Property Map>
    License usage per tier. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    totalLicensesReserved String
    Total of max licenses reserved as per quota config of tenant/segroup. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Supporting Types

    LicenseledgerdetailsEscrowInfo, LicenseledgerdetailsEscrowInfoArgs

    LastUpdated string
    ServiceCores string
    Tier string
    TenantUuid string
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LastUpdated string
    ServiceCores string
    Tier string
    TenantUuid string
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastUpdated String
    serviceCores String
    tier String
    tenantUuid String
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastUpdated string
    serviceCores string
    tier string
    tenantUuid string
    uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    last_updated str
    service_cores str
    tier str
    tenant_uuid str
    uuid str
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastUpdated String
    serviceCores String
    tier String
    tenantUuid String
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    LicenseledgerdetailsSeGroupInfo, LicenseledgerdetailsSeGroupInfoArgs

    Consumed string
    Escrow string
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Consumed string
    Escrow string
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    consumed String
    escrow String
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    consumed string
    escrow string
    uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    consumed str
    escrow str
    uuid str
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    consumed String
    escrow String
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    LicenseledgerdetailsSeInfo, LicenseledgerdetailsSeInfoArgs

    LastUpdated string
    ServiceCores string
    Tier string
    TenantUuid string
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LastUpdated string
    ServiceCores string
    Tier string
    TenantUuid string
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastUpdated String
    serviceCores String
    tier String
    tenantUuid String
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastUpdated string
    serviceCores string
    tier string
    tenantUuid string
    uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    last_updated str
    service_cores str
    tier str
    tenant_uuid str
    uuid str
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lastUpdated String
    serviceCores String
    tier String
    tenantUuid String
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    LicenseledgerdetailsTenantInfo, LicenseledgerdetailsTenantInfoArgs

    Reserved string
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Reserved string
    Uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    reserved String
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    reserved string
    uuid string
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    reserved str
    uuid str
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    reserved String
    uuid String
    Uuid for reference. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    LicenseledgerdetailsTierUsage, LicenseledgerdetailsTierUsageArgs

    LicenseledgerdetailsTierUsageUsage, LicenseledgerdetailsTierUsageUsageArgs

    Available string
    Consumed string
    Escrow string
    Remaining string
    Available string
    Consumed string
    Escrow string
    Remaining string
    available String
    consumed String
    escrow String
    remaining String
    available string
    consumed string
    escrow string
    remaining string
    available String
    consumed String
    escrow String
    remaining 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.2.1 published on Monday, Dec 22, 2025 by vmware
      Meet Neo: Your AI Platform Teammate