1. Packages
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. FabricNetFlowRecord
Viewing docs for intersight 1.0.78
published on Tuesday, Apr 21, 2026 by ciscodevnet
Viewing docs for intersight 1.0.78
published on Tuesday, Apr 21, 2026 by ciscodevnet

    The NetFlowRecord object is a fundamental component of the network telemetry system, designed to define the specific structure and attributes of the traffic data to be collected. It acts as a template that determines which characteristics of a network flow are tracked and recorded.

    Create FabricNetFlowRecord Resource

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

    Constructor syntax

    new FabricNetFlowRecord(name: string, args?: FabricNetFlowRecordArgs, opts?: CustomResourceOptions);
    @overload
    def FabricNetFlowRecord(resource_name: str,
                            args: Optional[FabricNetFlowRecordArgs] = None,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def FabricNetFlowRecord(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            account_moid: Optional[str] = None,
                            additional_properties: Optional[str] = None,
                            ancestors: Optional[Sequence[FabricNetFlowRecordAncestorArgs]] = None,
                            class_id: Optional[str] = None,
                            create_time: Optional[str] = None,
                            domain_group_moid: Optional[str] = None,
                            fabric_net_flow_record_id: Optional[str] = None,
                            flow_non_keys: Optional[Sequence[FabricNetFlowRecordFlowNonKeyArgs]] = None,
                            ipv4_flow_keys: Optional[Sequence[FabricNetFlowRecordIpv4FlowKeyArgs]] = None,
                            ipv6_flow_keys: Optional[Sequence[FabricNetFlowRecordIpv6FlowKeyArgs]] = None,
                            l2_flow_keys: Optional[Sequence[FabricNetFlowRecordL2FlowKeyArgs]] = None,
                            mod_time: Optional[str] = None,
                            moid: Optional[str] = None,
                            name: Optional[str] = None,
                            net_flow_policies: Optional[Sequence[FabricNetFlowRecordNetFlowPolicyArgs]] = None,
                            netflow_monitors: Optional[Sequence[FabricNetFlowRecordNetflowMonitorArgs]] = None,
                            object_type: Optional[str] = None,
                            owners: Optional[Sequence[str]] = None,
                            parents: Optional[Sequence[FabricNetFlowRecordParentArgs]] = None,
                            permission_resources: Optional[Sequence[FabricNetFlowRecordPermissionResourceArgs]] = None,
                            record_type: Optional[str] = None,
                            shared_scope: Optional[str] = None,
                            tags: Optional[Sequence[FabricNetFlowRecordTagArgs]] = None,
                            version_contexts: Optional[Sequence[FabricNetFlowRecordVersionContextArgs]] = None)
    func NewFabricNetFlowRecord(ctx *Context, name string, args *FabricNetFlowRecordArgs, opts ...ResourceOption) (*FabricNetFlowRecord, error)
    public FabricNetFlowRecord(string name, FabricNetFlowRecordArgs? args = null, CustomResourceOptions? opts = null)
    public FabricNetFlowRecord(String name, FabricNetFlowRecordArgs args)
    public FabricNetFlowRecord(String name, FabricNetFlowRecordArgs args, CustomResourceOptions options)
    
    type: intersight:FabricNetFlowRecord
    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 FabricNetFlowRecordArgs
    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 FabricNetFlowRecordArgs
    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 FabricNetFlowRecordArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FabricNetFlowRecordArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FabricNetFlowRecordArgs
    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 fabricNetFlowRecordResource = new Intersight.FabricNetFlowRecord("fabricNetFlowRecordResource", new()
    {
        AccountMoid = "string",
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ClassId = "string",
        CreateTime = "string",
        DomainGroupMoid = "string",
        FabricNetFlowRecordId = "string",
        FlowNonKeys = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordFlowNonKeyArgs
            {
                AdditionalProperties = "string",
                ByteCounters = false,
                ClassId = "string",
                FirstSystemTime = false,
                LastSystemTime = false,
                ObjectType = "string",
                PacketCounters = false,
            },
        },
        Ipv4FlowKeys = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordIpv4FlowKeyArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                DestinationIpAddress = false,
                DestinationPort = false,
                ObjectType = "string",
                Protocol = false,
                SourceIpAddress = false,
                SourcePort = false,
                Tos = false,
            },
        },
        Ipv6FlowKeys = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordIpv6FlowKeyArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                DestinationIpAddress = false,
                DestinationPort = false,
                ObjectType = "string",
                Protocol = false,
                SourceIpAddress = false,
                SourcePort = false,
            },
        },
        L2FlowKeys = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordL2FlowKeyArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                DestinationMac = false,
                EtherType = false,
                ObjectType = "string",
                SourceMac = false,
            },
        },
        ModTime = "string",
        Moid = "string",
        Name = "string",
        NetFlowPolicies = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordNetFlowPolicyArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        NetflowMonitors = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordNetflowMonitorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ObjectType = "string",
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        RecordType = "string",
        SharedScope = "string",
        Tags = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordTagArgs
            {
                AdditionalProperties = "string",
                AncestorDefinitions = new[]
                {
                    new Intersight.Inputs.FabricNetFlowRecordTagAncestorDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Definitions = new[]
                {
                    new Intersight.Inputs.FabricNetFlowRecordTagDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Key = "string",
                Propagated = false,
                SysTag = false,
                Type = "string",
                Value = "string",
            },
        },
        VersionContexts = new[]
        {
            new Intersight.Inputs.FabricNetFlowRecordVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.FabricNetFlowRecordVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.FabricNetFlowRecordVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
    });
    
    example, err := intersight.NewFabricNetFlowRecord(ctx, "fabricNetFlowRecordResource", &intersight.FabricNetFlowRecordArgs{
    	AccountMoid:          pulumi.String("string"),
    	AdditionalProperties: pulumi.String("string"),
    	Ancestors: intersight.FabricNetFlowRecordAncestorArray{
    		&intersight.FabricNetFlowRecordAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ClassId:               pulumi.String("string"),
    	CreateTime:            pulumi.String("string"),
    	DomainGroupMoid:       pulumi.String("string"),
    	FabricNetFlowRecordId: pulumi.String("string"),
    	FlowNonKeys: intersight.FabricNetFlowRecordFlowNonKeyArray{
    		&intersight.FabricNetFlowRecordFlowNonKeyArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ByteCounters:         pulumi.Bool(false),
    			ClassId:              pulumi.String("string"),
    			FirstSystemTime:      pulumi.Bool(false),
    			LastSystemTime:       pulumi.Bool(false),
    			ObjectType:           pulumi.String("string"),
    			PacketCounters:       pulumi.Bool(false),
    		},
    	},
    	Ipv4FlowKeys: intersight.FabricNetFlowRecordIpv4FlowKeyArray{
    		&intersight.FabricNetFlowRecordIpv4FlowKeyArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			DestinationIpAddress: pulumi.Bool(false),
    			DestinationPort:      pulumi.Bool(false),
    			ObjectType:           pulumi.String("string"),
    			Protocol:             pulumi.Bool(false),
    			SourceIpAddress:      pulumi.Bool(false),
    			SourcePort:           pulumi.Bool(false),
    			Tos:                  pulumi.Bool(false),
    		},
    	},
    	Ipv6FlowKeys: intersight.FabricNetFlowRecordIpv6FlowKeyArray{
    		&intersight.FabricNetFlowRecordIpv6FlowKeyArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			DestinationIpAddress: pulumi.Bool(false),
    			DestinationPort:      pulumi.Bool(false),
    			ObjectType:           pulumi.String("string"),
    			Protocol:             pulumi.Bool(false),
    			SourceIpAddress:      pulumi.Bool(false),
    			SourcePort:           pulumi.Bool(false),
    		},
    	},
    	L2FlowKeys: intersight.FabricNetFlowRecordL2FlowKeyArray{
    		&intersight.FabricNetFlowRecordL2FlowKeyArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			DestinationMac:       pulumi.Bool(false),
    			EtherType:            pulumi.Bool(false),
    			ObjectType:           pulumi.String("string"),
    			SourceMac:            pulumi.Bool(false),
    		},
    	},
    	ModTime: pulumi.String("string"),
    	Moid:    pulumi.String("string"),
    	Name:    pulumi.String("string"),
    	NetFlowPolicies: intersight.FabricNetFlowRecordNetFlowPolicyArray{
    		&intersight.FabricNetFlowRecordNetFlowPolicyArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	NetflowMonitors: intersight.FabricNetFlowRecordNetflowMonitorArray{
    		&intersight.FabricNetFlowRecordNetflowMonitorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ObjectType: pulumi.String("string"),
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.FabricNetFlowRecordParentArray{
    		&intersight.FabricNetFlowRecordParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.FabricNetFlowRecordPermissionResourceArray{
    		&intersight.FabricNetFlowRecordPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	RecordType:  pulumi.String("string"),
    	SharedScope: pulumi.String("string"),
    	Tags: intersight.FabricNetFlowRecordTagArray{
    		&intersight.FabricNetFlowRecordTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			AncestorDefinitions: intersight.FabricNetFlowRecordTagAncestorDefinitionArray{
    				&intersight.FabricNetFlowRecordTagAncestorDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Definitions: intersight.FabricNetFlowRecordTagDefinitionArray{
    				&intersight.FabricNetFlowRecordTagDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Key:        pulumi.String("string"),
    			Propagated: pulumi.Bool(false),
    			SysTag:     pulumi.Bool(false),
    			Type:       pulumi.String("string"),
    			Value:      pulumi.String("string"),
    		},
    	},
    	VersionContexts: intersight.FabricNetFlowRecordVersionContextArray{
    		&intersight.FabricNetFlowRecordVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.FabricNetFlowRecordVersionContextInterestedMoArray{
    				&intersight.FabricNetFlowRecordVersionContextInterestedMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			MarkedForDeletion: pulumi.Bool(false),
    			NrVersion:         pulumi.String("string"),
    			ObjectType:        pulumi.String("string"),
    			RefMos: intersight.FabricNetFlowRecordVersionContextRefMoArray{
    				&intersight.FabricNetFlowRecordVersionContextRefMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Timestamp:   pulumi.String("string"),
    			VersionType: pulumi.String("string"),
    		},
    	},
    })
    
    var fabricNetFlowRecordResource = new FabricNetFlowRecord("fabricNetFlowRecordResource", FabricNetFlowRecordArgs.builder()
        .accountMoid("string")
        .additionalProperties("string")
        .ancestors(FabricNetFlowRecordAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .classId("string")
        .createTime("string")
        .domainGroupMoid("string")
        .fabricNetFlowRecordId("string")
        .flowNonKeys(FabricNetFlowRecordFlowNonKeyArgs.builder()
            .additionalProperties("string")
            .byteCounters(false)
            .classId("string")
            .firstSystemTime(false)
            .lastSystemTime(false)
            .objectType("string")
            .packetCounters(false)
            .build())
        .ipv4FlowKeys(FabricNetFlowRecordIpv4FlowKeyArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .destinationIpAddress(false)
            .destinationPort(false)
            .objectType("string")
            .protocol(false)
            .sourceIpAddress(false)
            .sourcePort(false)
            .tos(false)
            .build())
        .ipv6FlowKeys(FabricNetFlowRecordIpv6FlowKeyArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .destinationIpAddress(false)
            .destinationPort(false)
            .objectType("string")
            .protocol(false)
            .sourceIpAddress(false)
            .sourcePort(false)
            .build())
        .l2FlowKeys(FabricNetFlowRecordL2FlowKeyArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .destinationMac(false)
            .etherType(false)
            .objectType("string")
            .sourceMac(false)
            .build())
        .modTime("string")
        .moid("string")
        .name("string")
        .netFlowPolicies(FabricNetFlowRecordNetFlowPolicyArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .netflowMonitors(FabricNetFlowRecordNetflowMonitorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .objectType("string")
        .owners("string")
        .parents(FabricNetFlowRecordParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(FabricNetFlowRecordPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .recordType("string")
        .sharedScope("string")
        .tags(FabricNetFlowRecordTagArgs.builder()
            .additionalProperties("string")
            .ancestorDefinitions(FabricNetFlowRecordTagAncestorDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .definitions(FabricNetFlowRecordTagDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .key("string")
            .propagated(false)
            .sysTag(false)
            .type("string")
            .value("string")
            .build())
        .versionContexts(FabricNetFlowRecordVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(FabricNetFlowRecordVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(FabricNetFlowRecordVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .build());
    
    fabric_net_flow_record_resource = intersight.FabricNetFlowRecord("fabricNetFlowRecordResource",
        account_moid="string",
        additional_properties="string",
        ancestors=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        class_id="string",
        create_time="string",
        domain_group_moid="string",
        fabric_net_flow_record_id="string",
        flow_non_keys=[{
            "additional_properties": "string",
            "byte_counters": False,
            "class_id": "string",
            "first_system_time": False,
            "last_system_time": False,
            "object_type": "string",
            "packet_counters": False,
        }],
        ipv4_flow_keys=[{
            "additional_properties": "string",
            "class_id": "string",
            "destination_ip_address": False,
            "destination_port": False,
            "object_type": "string",
            "protocol": False,
            "source_ip_address": False,
            "source_port": False,
            "tos": False,
        }],
        ipv6_flow_keys=[{
            "additional_properties": "string",
            "class_id": "string",
            "destination_ip_address": False,
            "destination_port": False,
            "object_type": "string",
            "protocol": False,
            "source_ip_address": False,
            "source_port": False,
        }],
        l2_flow_keys=[{
            "additional_properties": "string",
            "class_id": "string",
            "destination_mac": False,
            "ether_type": False,
            "object_type": "string",
            "source_mac": False,
        }],
        mod_time="string",
        moid="string",
        name="string",
        net_flow_policies=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        netflow_monitors=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        object_type="string",
        owners=["string"],
        parents=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        permission_resources=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        record_type="string",
        shared_scope="string",
        tags=[{
            "additional_properties": "string",
            "ancestor_definitions": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "definitions": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "key": "string",
            "propagated": False,
            "sys_tag": False,
            "type": "string",
            "value": "string",
        }],
        version_contexts=[{
            "additional_properties": "string",
            "class_id": "string",
            "interested_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "marked_for_deletion": False,
            "nr_version": "string",
            "object_type": "string",
            "ref_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "timestamp": "string",
            "version_type": "string",
        }])
    
    const fabricNetFlowRecordResource = new intersight.FabricNetFlowRecord("fabricNetFlowRecordResource", {
        accountMoid: "string",
        additionalProperties: "string",
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        classId: "string",
        createTime: "string",
        domainGroupMoid: "string",
        fabricNetFlowRecordId: "string",
        flowNonKeys: [{
            additionalProperties: "string",
            byteCounters: false,
            classId: "string",
            firstSystemTime: false,
            lastSystemTime: false,
            objectType: "string",
            packetCounters: false,
        }],
        ipv4FlowKeys: [{
            additionalProperties: "string",
            classId: "string",
            destinationIpAddress: false,
            destinationPort: false,
            objectType: "string",
            protocol: false,
            sourceIpAddress: false,
            sourcePort: false,
            tos: false,
        }],
        ipv6FlowKeys: [{
            additionalProperties: "string",
            classId: "string",
            destinationIpAddress: false,
            destinationPort: false,
            objectType: "string",
            protocol: false,
            sourceIpAddress: false,
            sourcePort: false,
        }],
        l2FlowKeys: [{
            additionalProperties: "string",
            classId: "string",
            destinationMac: false,
            etherType: false,
            objectType: "string",
            sourceMac: false,
        }],
        modTime: "string",
        moid: "string",
        name: "string",
        netFlowPolicies: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        netflowMonitors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        objectType: "string",
        owners: ["string"],
        parents: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        permissionResources: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        recordType: "string",
        sharedScope: "string",
        tags: [{
            additionalProperties: "string",
            ancestorDefinitions: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            definitions: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            key: "string",
            propagated: false,
            sysTag: false,
            type: "string",
            value: "string",
        }],
        versionContexts: [{
            additionalProperties: "string",
            classId: "string",
            interestedMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            markedForDeletion: false,
            nrVersion: "string",
            objectType: "string",
            refMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            timestamp: "string",
            versionType: "string",
        }],
    });
    
    type: intersight:FabricNetFlowRecord
    properties:
        accountMoid: string
        additionalProperties: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        classId: string
        createTime: string
        domainGroupMoid: string
        fabricNetFlowRecordId: string
        flowNonKeys:
            - additionalProperties: string
              byteCounters: false
              classId: string
              firstSystemTime: false
              lastSystemTime: false
              objectType: string
              packetCounters: false
        ipv4FlowKeys:
            - additionalProperties: string
              classId: string
              destinationIpAddress: false
              destinationPort: false
              objectType: string
              protocol: false
              sourceIpAddress: false
              sourcePort: false
              tos: false
        ipv6FlowKeys:
            - additionalProperties: string
              classId: string
              destinationIpAddress: false
              destinationPort: false
              objectType: string
              protocol: false
              sourceIpAddress: false
              sourcePort: false
        l2FlowKeys:
            - additionalProperties: string
              classId: string
              destinationMac: false
              etherType: false
              objectType: string
              sourceMac: false
        modTime: string
        moid: string
        name: string
        netFlowPolicies:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        netflowMonitors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        objectType: string
        owners:
            - string
        parents:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        permissionResources:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        recordType: string
        sharedScope: string
        tags:
            - additionalProperties: string
              ancestorDefinitions:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              definitions:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              key: string
              propagated: false
              sysTag: false
              type: string
              value: string
        versionContexts:
            - additionalProperties: string
              classId: string
              interestedMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              markedForDeletion: false
              nrVersion: string
              objectType: string
              refMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              timestamp: string
              versionType: string
    

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

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<FabricNetFlowRecordAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    FabricNetFlowRecordId string
    FlowNonKeys List<FabricNetFlowRecordFlowNonKey>
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    Ipv4FlowKeys List<FabricNetFlowRecordIpv4FlowKey>
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    Ipv6FlowKeys List<FabricNetFlowRecordIpv6FlowKey>
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    L2FlowKeys List<FabricNetFlowRecordL2FlowKey>
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    NetFlowPolicies List<FabricNetFlowRecordNetFlowPolicy>
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    NetflowMonitors List<FabricNetFlowRecordNetflowMonitor>
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<FabricNetFlowRecordParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources List<FabricNetFlowRecordPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RecordType string
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<FabricNetFlowRecordTag>
    This complex property has following sub-properties:
    VersionContexts List<FabricNetFlowRecordVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []FabricNetFlowRecordAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    FabricNetFlowRecordId string
    FlowNonKeys []FabricNetFlowRecordFlowNonKeyArgs
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    Ipv4FlowKeys []FabricNetFlowRecordIpv4FlowKeyArgs
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    Ipv6FlowKeys []FabricNetFlowRecordIpv6FlowKeyArgs
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    L2FlowKeys []FabricNetFlowRecordL2FlowKeyArgs
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    NetFlowPolicies []FabricNetFlowRecordNetFlowPolicyArgs
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    NetflowMonitors []FabricNetFlowRecordNetflowMonitorArgs
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []FabricNetFlowRecordParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources []FabricNetFlowRecordPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RecordType string
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []FabricNetFlowRecordTagArgs
    This complex property has following sub-properties:
    VersionContexts []FabricNetFlowRecordVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<FabricNetFlowRecordAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricNetFlowRecordId String
    flowNonKeys List<FabricNetFlowRecordFlowNonKey>
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    ipv4FlowKeys List<FabricNetFlowRecordIpv4FlowKey>
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    ipv6FlowKeys List<FabricNetFlowRecordIpv6FlowKey>
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    l2FlowKeys List<FabricNetFlowRecordL2FlowKey>
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    netFlowPolicies List<FabricNetFlowRecordNetFlowPolicy>
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    netflowMonitors List<FabricNetFlowRecordNetflowMonitor>
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<FabricNetFlowRecordParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<FabricNetFlowRecordPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    recordType String
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<FabricNetFlowRecordTag>
    This complex property has following sub-properties:
    versionContexts List<FabricNetFlowRecordVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors FabricNetFlowRecordAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricNetFlowRecordId string
    flowNonKeys FabricNetFlowRecordFlowNonKey[]
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    ipv4FlowKeys FabricNetFlowRecordIpv4FlowKey[]
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    ipv6FlowKeys FabricNetFlowRecordIpv6FlowKey[]
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    l2FlowKeys FabricNetFlowRecordL2FlowKey[]
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    netFlowPolicies FabricNetFlowRecordNetFlowPolicy[]
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    netflowMonitors FabricNetFlowRecordNetflowMonitor[]
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents FabricNetFlowRecordParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources FabricNetFlowRecordPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    recordType string
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    sharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags FabricNetFlowRecordTag[]
    This complex property has following sub-properties:
    versionContexts FabricNetFlowRecordVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[FabricNetFlowRecordAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    create_time str
    (ReadOnly) The time when this managed object was created.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    fabric_net_flow_record_id str
    flow_non_keys Sequence[FabricNetFlowRecordFlowNonKeyArgs]
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    ipv4_flow_keys Sequence[FabricNetFlowRecordIpv4FlowKeyArgs]
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    ipv6_flow_keys Sequence[FabricNetFlowRecordIpv6FlowKeyArgs]
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    l2_flow_keys Sequence[FabricNetFlowRecordL2FlowKeyArgs]
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    net_flow_policies Sequence[FabricNetFlowRecordNetFlowPolicyArgs]
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    netflow_monitors Sequence[FabricNetFlowRecordNetflowMonitorArgs]
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[FabricNetFlowRecordParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources Sequence[FabricNetFlowRecordPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    record_type str
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    shared_scope str
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[FabricNetFlowRecordTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[FabricNetFlowRecordVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricNetFlowRecordId String
    flowNonKeys List<Property Map>
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    ipv4FlowKeys List<Property Map>
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    ipv6FlowKeys List<Property Map>
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    l2FlowKeys List<Property Map>
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    netFlowPolicies List<Property Map>
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    netflowMonitors List<Property Map>
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    recordType String
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FabricNetFlowRecord 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 FabricNetFlowRecord Resource

    Get an existing FabricNetFlowRecord 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?: FabricNetFlowRecordState, opts?: CustomResourceOptions): FabricNetFlowRecord
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            additional_properties: Optional[str] = None,
            ancestors: Optional[Sequence[FabricNetFlowRecordAncestorArgs]] = None,
            class_id: Optional[str] = None,
            create_time: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            fabric_net_flow_record_id: Optional[str] = None,
            flow_non_keys: Optional[Sequence[FabricNetFlowRecordFlowNonKeyArgs]] = None,
            ipv4_flow_keys: Optional[Sequence[FabricNetFlowRecordIpv4FlowKeyArgs]] = None,
            ipv6_flow_keys: Optional[Sequence[FabricNetFlowRecordIpv6FlowKeyArgs]] = None,
            l2_flow_keys: Optional[Sequence[FabricNetFlowRecordL2FlowKeyArgs]] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            name: Optional[str] = None,
            net_flow_policies: Optional[Sequence[FabricNetFlowRecordNetFlowPolicyArgs]] = None,
            netflow_monitors: Optional[Sequence[FabricNetFlowRecordNetflowMonitorArgs]] = None,
            object_type: Optional[str] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[FabricNetFlowRecordParentArgs]] = None,
            permission_resources: Optional[Sequence[FabricNetFlowRecordPermissionResourceArgs]] = None,
            record_type: Optional[str] = None,
            shared_scope: Optional[str] = None,
            tags: Optional[Sequence[FabricNetFlowRecordTagArgs]] = None,
            version_contexts: Optional[Sequence[FabricNetFlowRecordVersionContextArgs]] = None) -> FabricNetFlowRecord
    func GetFabricNetFlowRecord(ctx *Context, name string, id IDInput, state *FabricNetFlowRecordState, opts ...ResourceOption) (*FabricNetFlowRecord, error)
    public static FabricNetFlowRecord Get(string name, Input<string> id, FabricNetFlowRecordState? state, CustomResourceOptions? opts = null)
    public static FabricNetFlowRecord get(String name, Output<String> id, FabricNetFlowRecordState state, CustomResourceOptions options)
    resources:  _:    type: intersight:FabricNetFlowRecord    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:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<FabricNetFlowRecordAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    FabricNetFlowRecordId string
    FlowNonKeys List<FabricNetFlowRecordFlowNonKey>
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    Ipv4FlowKeys List<FabricNetFlowRecordIpv4FlowKey>
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    Ipv6FlowKeys List<FabricNetFlowRecordIpv6FlowKey>
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    L2FlowKeys List<FabricNetFlowRecordL2FlowKey>
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    NetFlowPolicies List<FabricNetFlowRecordNetFlowPolicy>
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    NetflowMonitors List<FabricNetFlowRecordNetflowMonitor>
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<FabricNetFlowRecordParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources List<FabricNetFlowRecordPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RecordType string
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<FabricNetFlowRecordTag>
    This complex property has following sub-properties:
    VersionContexts List<FabricNetFlowRecordVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []FabricNetFlowRecordAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    FabricNetFlowRecordId string
    FlowNonKeys []FabricNetFlowRecordFlowNonKeyArgs
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    Ipv4FlowKeys []FabricNetFlowRecordIpv4FlowKeyArgs
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    Ipv6FlowKeys []FabricNetFlowRecordIpv6FlowKeyArgs
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    L2FlowKeys []FabricNetFlowRecordL2FlowKeyArgs
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    NetFlowPolicies []FabricNetFlowRecordNetFlowPolicyArgs
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    NetflowMonitors []FabricNetFlowRecordNetflowMonitorArgs
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []FabricNetFlowRecordParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources []FabricNetFlowRecordPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RecordType string
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []FabricNetFlowRecordTagArgs
    This complex property has following sub-properties:
    VersionContexts []FabricNetFlowRecordVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<FabricNetFlowRecordAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricNetFlowRecordId String
    flowNonKeys List<FabricNetFlowRecordFlowNonKey>
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    ipv4FlowKeys List<FabricNetFlowRecordIpv4FlowKey>
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    ipv6FlowKeys List<FabricNetFlowRecordIpv6FlowKey>
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    l2FlowKeys List<FabricNetFlowRecordL2FlowKey>
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    netFlowPolicies List<FabricNetFlowRecordNetFlowPolicy>
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    netflowMonitors List<FabricNetFlowRecordNetflowMonitor>
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<FabricNetFlowRecordParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<FabricNetFlowRecordPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    recordType String
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<FabricNetFlowRecordTag>
    This complex property has following sub-properties:
    versionContexts List<FabricNetFlowRecordVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors FabricNetFlowRecordAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricNetFlowRecordId string
    flowNonKeys FabricNetFlowRecordFlowNonKey[]
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    ipv4FlowKeys FabricNetFlowRecordIpv4FlowKey[]
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    ipv6FlowKeys FabricNetFlowRecordIpv6FlowKey[]
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    l2FlowKeys FabricNetFlowRecordL2FlowKey[]
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    netFlowPolicies FabricNetFlowRecordNetFlowPolicy[]
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    netflowMonitors FabricNetFlowRecordNetflowMonitor[]
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents FabricNetFlowRecordParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources FabricNetFlowRecordPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    recordType string
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    sharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags FabricNetFlowRecordTag[]
    This complex property has following sub-properties:
    versionContexts FabricNetFlowRecordVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[FabricNetFlowRecordAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    create_time str
    (ReadOnly) The time when this managed object was created.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    fabric_net_flow_record_id str
    flow_non_keys Sequence[FabricNetFlowRecordFlowNonKeyArgs]
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    ipv4_flow_keys Sequence[FabricNetFlowRecordIpv4FlowKeyArgs]
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    ipv6_flow_keys Sequence[FabricNetFlowRecordIpv6FlowKeyArgs]
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    l2_flow_keys Sequence[FabricNetFlowRecordL2FlowKeyArgs]
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    net_flow_policies Sequence[FabricNetFlowRecordNetFlowPolicyArgs]
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    netflow_monitors Sequence[FabricNetFlowRecordNetflowMonitorArgs]
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[FabricNetFlowRecordParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources Sequence[FabricNetFlowRecordPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    record_type str
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    shared_scope str
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[FabricNetFlowRecordTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[FabricNetFlowRecordVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    fabricNetFlowRecordId String
    flowNonKeys List<Property Map>
    Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
    ipv4FlowKeys List<Property Map>
    IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
    ipv6FlowKeys List<Property Map>
    IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
    l2FlowKeys List<Property Map>
    L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Netflow record name. Must be a maximum of 63 characters, without spacing.
    netFlowPolicies List<Property Map>
    A reference to a fabricNetFlowPolicy resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    netflowMonitors List<Property Map>
    (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    recordType String
    Netflow Record Type IPv4, IPv6 and L2.* Invalid - Netflow record invlaid type.* IPv4 - Netflow record type for IPv4 packet.* IPv6 - Netflow record type for IPv6 packet.* L2 - Netflow record type for L2 packet.
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:

    Supporting Types

    FabricNetFlowRecordAncestor, FabricNetFlowRecordAncestorArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    FabricNetFlowRecordFlowNonKey, FabricNetFlowRecordFlowNonKeyArgs

    AdditionalProperties string
    ByteCounters bool
    Total number of bytes transferred for flow record.
    ClassId string
    FirstSystemTime bool
    The timestamp when a flow was first observed or created in the system.
    LastSystemTime bool
    The last timestamp recorded for flow record by the system.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PacketCounters bool
    Total number of packets transferred for flow record.
    AdditionalProperties string
    ByteCounters bool
    Total number of bytes transferred for flow record.
    ClassId string
    FirstSystemTime bool
    The timestamp when a flow was first observed or created in the system.
    LastSystemTime bool
    The last timestamp recorded for flow record by the system.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PacketCounters bool
    Total number of packets transferred for flow record.
    additionalProperties String
    byteCounters Boolean
    Total number of bytes transferred for flow record.
    classId String
    firstSystemTime Boolean
    The timestamp when a flow was first observed or created in the system.
    lastSystemTime Boolean
    The last timestamp recorded for flow record by the system.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    packetCounters Boolean
    Total number of packets transferred for flow record.
    additionalProperties string
    byteCounters boolean
    Total number of bytes transferred for flow record.
    classId string
    firstSystemTime boolean
    The timestamp when a flow was first observed or created in the system.
    lastSystemTime boolean
    The last timestamp recorded for flow record by the system.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    packetCounters boolean
    Total number of packets transferred for flow record.
    additional_properties str
    byte_counters bool
    Total number of bytes transferred for flow record.
    class_id str
    first_system_time bool
    The timestamp when a flow was first observed or created in the system.
    last_system_time bool
    The last timestamp recorded for flow record by the system.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    packet_counters bool
    Total number of packets transferred for flow record.
    additionalProperties String
    byteCounters Boolean
    Total number of bytes transferred for flow record.
    classId String
    firstSystemTime Boolean
    The timestamp when a flow was first observed or created in the system.
    lastSystemTime Boolean
    The last timestamp recorded for flow record by the system.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    packetCounters Boolean
    Total number of packets transferred for flow record.

    FabricNetFlowRecordIpv4FlowKey, FabricNetFlowRecordIpv4FlowKeyArgs

    AdditionalProperties string
    ClassId string
    DestinationIpAddress bool
    IPv4 Packet destination address.
    DestinationPort bool
    IPv4 Packet destination port field.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Protocol bool
    IPv4 packet protocol field.
    SourceIpAddress bool
    IPv4 Packet source address.
    SourcePort bool
    IPv4 Packet source port field.
    Tos bool
    IPv4 Packet type of service.
    AdditionalProperties string
    ClassId string
    DestinationIpAddress bool
    IPv4 Packet destination address.
    DestinationPort bool
    IPv4 Packet destination port field.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Protocol bool
    IPv4 packet protocol field.
    SourceIpAddress bool
    IPv4 Packet source address.
    SourcePort bool
    IPv4 Packet source port field.
    Tos bool
    IPv4 Packet type of service.
    additionalProperties String
    classId String
    destinationIpAddress Boolean
    IPv4 Packet destination address.
    destinationPort Boolean
    IPv4 Packet destination port field.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    protocol Boolean
    IPv4 packet protocol field.
    sourceIpAddress Boolean
    IPv4 Packet source address.
    sourcePort Boolean
    IPv4 Packet source port field.
    tos Boolean
    IPv4 Packet type of service.
    additionalProperties string
    classId string
    destinationIpAddress boolean
    IPv4 Packet destination address.
    destinationPort boolean
    IPv4 Packet destination port field.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    protocol boolean
    IPv4 packet protocol field.
    sourceIpAddress boolean
    IPv4 Packet source address.
    sourcePort boolean
    IPv4 Packet source port field.
    tos boolean
    IPv4 Packet type of service.
    additional_properties str
    class_id str
    destination_ip_address bool
    IPv4 Packet destination address.
    destination_port bool
    IPv4 Packet destination port field.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    protocol bool
    IPv4 packet protocol field.
    source_ip_address bool
    IPv4 Packet source address.
    source_port bool
    IPv4 Packet source port field.
    tos bool
    IPv4 Packet type of service.
    additionalProperties String
    classId String
    destinationIpAddress Boolean
    IPv4 Packet destination address.
    destinationPort Boolean
    IPv4 Packet destination port field.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    protocol Boolean
    IPv4 packet protocol field.
    sourceIpAddress Boolean
    IPv4 Packet source address.
    sourcePort Boolean
    IPv4 Packet source port field.
    tos Boolean
    IPv4 Packet type of service.

    FabricNetFlowRecordIpv6FlowKey, FabricNetFlowRecordIpv6FlowKeyArgs

    AdditionalProperties string
    ClassId string
    DestinationIpAddress bool
    IPv6 Packet destination address.
    DestinationPort bool
    IPv6 Packet destination port field.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Protocol bool
    IPv6 Packet protocol field.
    SourceIpAddress bool
    IPv6 Packet source address.
    SourcePort bool
    IPv6 Packet source port field.
    AdditionalProperties string
    ClassId string
    DestinationIpAddress bool
    IPv6 Packet destination address.
    DestinationPort bool
    IPv6 Packet destination port field.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Protocol bool
    IPv6 Packet protocol field.
    SourceIpAddress bool
    IPv6 Packet source address.
    SourcePort bool
    IPv6 Packet source port field.
    additionalProperties String
    classId String
    destinationIpAddress Boolean
    IPv6 Packet destination address.
    destinationPort Boolean
    IPv6 Packet destination port field.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    protocol Boolean
    IPv6 Packet protocol field.
    sourceIpAddress Boolean
    IPv6 Packet source address.
    sourcePort Boolean
    IPv6 Packet source port field.
    additionalProperties string
    classId string
    destinationIpAddress boolean
    IPv6 Packet destination address.
    destinationPort boolean
    IPv6 Packet destination port field.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    protocol boolean
    IPv6 Packet protocol field.
    sourceIpAddress boolean
    IPv6 Packet source address.
    sourcePort boolean
    IPv6 Packet source port field.
    additional_properties str
    class_id str
    destination_ip_address bool
    IPv6 Packet destination address.
    destination_port bool
    IPv6 Packet destination port field.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    protocol bool
    IPv6 Packet protocol field.
    source_ip_address bool
    IPv6 Packet source address.
    source_port bool
    IPv6 Packet source port field.
    additionalProperties String
    classId String
    destinationIpAddress Boolean
    IPv6 Packet destination address.
    destinationPort Boolean
    IPv6 Packet destination port field.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    protocol Boolean
    IPv6 Packet protocol field.
    sourceIpAddress Boolean
    IPv6 Packet source address.
    sourcePort Boolean
    IPv6 Packet source port field.

    FabricNetFlowRecordL2FlowKey, FabricNetFlowRecordL2FlowKeyArgs

    AdditionalProperties string
    ClassId string
    DestinationMac bool
    L2 Packet destination address.
    EtherType bool
    L2 Packet ether type field.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SourceMac bool
    L2 Packet source address.
    AdditionalProperties string
    ClassId string
    DestinationMac bool
    L2 Packet destination address.
    EtherType bool
    L2 Packet ether type field.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SourceMac bool
    L2 Packet source address.
    additionalProperties String
    classId String
    destinationMac Boolean
    L2 Packet destination address.
    etherType Boolean
    L2 Packet ether type field.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMac Boolean
    L2 Packet source address.
    additionalProperties string
    classId string
    destinationMac boolean
    L2 Packet destination address.
    etherType boolean
    L2 Packet ether type field.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMac boolean
    L2 Packet source address.
    additional_properties str
    class_id str
    destination_mac bool
    L2 Packet destination address.
    ether_type bool
    L2 Packet ether type field.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    source_mac bool
    L2 Packet source address.
    additionalProperties String
    classId String
    destinationMac Boolean
    L2 Packet destination address.
    etherType Boolean
    L2 Packet ether type field.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMac Boolean
    L2 Packet source address.

    FabricNetFlowRecordNetFlowPolicy, FabricNetFlowRecordNetFlowPolicyArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    FabricNetFlowRecordNetflowMonitor, FabricNetFlowRecordNetflowMonitorArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    FabricNetFlowRecordParent, FabricNetFlowRecordParentArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    FabricNetFlowRecordPermissionResource, FabricNetFlowRecordPermissionResourceArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    FabricNetFlowRecordTag, FabricNetFlowRecordTagArgs

    AdditionalProperties string
    AncestorDefinitions List<FabricNetFlowRecordTagAncestorDefinition>
    This complex property has following sub-properties:
    Definitions List<FabricNetFlowRecordTagDefinition>
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    Key string
    The string representation of a tag key.
    Propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    Type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []FabricNetFlowRecordTagAncestorDefinition
    This complex property has following sub-properties:
    Definitions []FabricNetFlowRecordTagDefinition
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    Key string
    The string representation of a tag key.
    Propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    Type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    Value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<FabricNetFlowRecordTagAncestorDefinition>
    This complex property has following sub-properties:
    definitions List<FabricNetFlowRecordTagDefinition>
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key String
    The string representation of a tag key.
    propagated Boolean
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type String
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions FabricNetFlowRecordTagAncestorDefinition[]
    This complex property has following sub-properties:
    definitions FabricNetFlowRecordTagDefinition[]
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key string
    The string representation of a tag key.
    propagated boolean
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[FabricNetFlowRecordTagAncestorDefinition]
    This complex property has following sub-properties:
    definitions Sequence[FabricNetFlowRecordTagDefinition]
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key str
    The string representation of a tag key.
    propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type str
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    This complex property has following sub-properties:
    definitions List<Property Map>
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key String
    The string representation of a tag key.
    propagated Boolean
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type String
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value String
    The string representation of a tag value.

    FabricNetFlowRecordTagAncestorDefinition, FabricNetFlowRecordTagAncestorDefinitionArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    FabricNetFlowRecordTagDefinition, FabricNetFlowRecordTagDefinitionArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    FabricNetFlowRecordVersionContext, FabricNetFlowRecordVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<FabricNetFlowRecordVersionContextInterestedMo>
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos List<FabricNetFlowRecordVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    InterestedMos []FabricNetFlowRecordVersionContextInterestedMo
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos []FabricNetFlowRecordVersionContextRefMo
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    interestedMos List<FabricNetFlowRecordVersionContextInterestedMo>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<FabricNetFlowRecordVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType String
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    interestedMos FabricNetFlowRecordVersionContextInterestedMo[]
    This complex property has following sub-properties:
    markedForDeletion boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos FabricNetFlowRecordVersionContextRefMo[]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    versionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    interested_mos Sequence[FabricNetFlowRecordVersionContextInterestedMo]
    This complex property has following sub-properties:
    marked_for_deletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ref_mos Sequence[FabricNetFlowRecordVersionContextRefMo]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp str
    (ReadOnly) The time this versioned Managed Object was created.
    version_type str
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    interestedMos List<Property Map>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<Property Map>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType String
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.

    FabricNetFlowRecordVersionContextInterestedMo, FabricNetFlowRecordVersionContextInterestedMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    FabricNetFlowRecordVersionContextRefMo, FabricNetFlowRecordVersionContextRefMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    Import

    intersight_fabric_net_flow_record can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/fabricNetFlowRecord:FabricNetFlowRecord example 1234567890987654321abcde
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    Viewing docs for intersight 1.0.78
    published on Tuesday, Apr 21, 2026 by ciscodevnet
      Try Pulumi Cloud free. Your team will thank you.