published on Tuesday, Apr 21, 2026 by ciscodevnet
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:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Fabric
Net Flow Record Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Fabric
Net stringFlow Record Id - Flow
Non List<FabricKeys Net Flow Record Flow Non Key> - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- Ipv4Flow
Keys List<FabricNet Flow Record Ipv4Flow Key> - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- Ipv6Flow
Keys List<FabricNet Flow Record Ipv6Flow Key> - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- L2Flow
Keys List<FabricNet Flow Record L2Flow Key> - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- Mod
Time 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.
- Net
Flow List<FabricPolicies Net Flow Record Net Flow Policy> - 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 List<FabricNet Flow Record Netflow Monitor> - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- Object
Type 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<Fabric
Net Flow Record Parent> - (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 List<FabricNet Flow Record Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Record
Type 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. - 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.
-
List<Fabric
Net Flow Record Tag> - This complex property has following sub-properties:
- Version
Contexts List<FabricNet Flow Record Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Fabric
Net Flow Record Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Fabric
Net stringFlow Record Id - Flow
Non []FabricKeys Net Flow Record Flow Non Key Args - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- Ipv4Flow
Keys []FabricNet Flow Record Ipv4Flow Key Args - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- Ipv6Flow
Keys []FabricNet Flow Record Ipv6Flow Key Args - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- L2Flow
Keys []FabricNet Flow Record L2Flow Key Args - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- Mod
Time 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.
- Net
Flow []FabricPolicies Net Flow Record Net Flow Policy Args - 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 []FabricNet Flow Record Netflow Monitor Args - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- Object
Type 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
[]Fabric
Net Flow Record Parent Args - (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 []FabricNet Flow Record Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Record
Type 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. - 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.
-
[]Fabric
Net Flow Record Tag Args - This complex property has following sub-properties:
- Version
Contexts []FabricNet Flow Record Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Fabric
Net Flow Record Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Net StringFlow Record Id - flow
Non List<FabricKeys Net Flow Record Flow Non Key> - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- ipv4Flow
Keys List<FabricNet Flow Record Ipv4Flow Key> - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- ipv6Flow
Keys List<FabricNet Flow Record Ipv6Flow Key> - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- l2Flow
Keys List<FabricNet Flow Record L2Flow Key> - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- mod
Time 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.
- net
Flow List<FabricPolicies Net Flow Record Net Flow Policy> - 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 List<FabricNet Flow Record Netflow Monitor> - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- object
Type 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<Fabric
Net Flow Record Parent> - (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 List<FabricNet Flow Record Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- record
Type 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. - 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.
-
List<Fabric
Net Flow Record Tag> - This complex property has following sub-properties:
- version
Contexts List<FabricNet Flow Record Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Fabric
Net Flow Record Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Net stringFlow Record Id - flow
Non FabricKeys Net Flow Record Flow Non Key[] - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- ipv4Flow
Keys FabricNet Flow Record Ipv4Flow Key[] - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- ipv6Flow
Keys FabricNet Flow Record Ipv6Flow Key[] - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- l2Flow
Keys FabricNet Flow Record L2Flow Key[] - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- mod
Time 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.
- net
Flow FabricPolicies Net Flow Record Net Flow Policy[] - 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 FabricNet Flow Record Netflow Monitor[] - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- object
Type 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
Fabric
Net Flow Record Parent[] - (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 FabricNet Flow Record Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- record
Type 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. - 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.
-
Fabric
Net Flow Record Tag[] - This complex property has following sub-properties:
- version
Contexts FabricNet Flow Record Version Context[] - (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[Fabric
Net Flow Record Ancestor Args] - (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_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric_
net_ strflow_ record_ id - flow_
non_ Sequence[Fabrickeys Net Flow Record Flow Non Key Args] - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- ipv4_
flow_ Sequence[Fabrickeys Net Flow Record Ipv4Flow Key Args] - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- ipv6_
flow_ Sequence[Fabrickeys Net Flow Record Ipv6Flow Key Args] - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- l2_
flow_ Sequence[Fabrickeys Net Flow Record L2Flow Key Args] - 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_ Sequence[Fabricpolicies Net Flow Record Net Flow Policy Args] - 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[FabricNet Flow Record Netflow Monitor Args] - (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[Fabric
Net Flow Record Parent Args] - (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[FabricNet Flow Record Permission Resource Args] - (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. - 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.
-
Sequence[Fabric
Net Flow Record Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[FabricNet Flow Record Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Net StringFlow Record Id - flow
Non List<Property Map>Keys - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- ipv4Flow
Keys List<Property Map> - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- ipv6Flow
Keys List<Property Map> - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- l2Flow
Keys List<Property Map> - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- mod
Time 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.
- net
Flow List<Property Map>Policies - 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 List<Property Map> - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- object
Type 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:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- record
Type 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. - 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.
- List<Property Map>
- This complex property has following sub-properties:
- version
Contexts 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) -> FabricNetFlowRecordfunc 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.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Fabric
Net Flow Record Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Fabric
Net stringFlow Record Id - Flow
Non List<FabricKeys Net Flow Record Flow Non Key> - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- Ipv4Flow
Keys List<FabricNet Flow Record Ipv4Flow Key> - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- Ipv6Flow
Keys List<FabricNet Flow Record Ipv6Flow Key> - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- L2Flow
Keys List<FabricNet Flow Record L2Flow Key> - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- Mod
Time 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.
- Net
Flow List<FabricPolicies Net Flow Record Net Flow Policy> - 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 List<FabricNet Flow Record Netflow Monitor> - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- Object
Type 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<Fabric
Net Flow Record Parent> - (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 List<FabricNet Flow Record Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Record
Type 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. - 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.
-
List<Fabric
Net Flow Record Tag> - This complex property has following sub-properties:
- Version
Contexts List<FabricNet Flow Record Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Fabric
Net Flow Record Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Fabric
Net stringFlow Record Id - Flow
Non []FabricKeys Net Flow Record Flow Non Key Args - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- Ipv4Flow
Keys []FabricNet Flow Record Ipv4Flow Key Args - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- Ipv6Flow
Keys []FabricNet Flow Record Ipv6Flow Key Args - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- L2Flow
Keys []FabricNet Flow Record L2Flow Key Args - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- Mod
Time 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.
- Net
Flow []FabricPolicies Net Flow Record Net Flow Policy Args - 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 []FabricNet Flow Record Netflow Monitor Args - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- Object
Type 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
[]Fabric
Net Flow Record Parent Args - (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 []FabricNet Flow Record Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Record
Type 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. - 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.
-
[]Fabric
Net Flow Record Tag Args - This complex property has following sub-properties:
- Version
Contexts []FabricNet Flow Record Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Fabric
Net Flow Record Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Net StringFlow Record Id - flow
Non List<FabricKeys Net Flow Record Flow Non Key> - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- ipv4Flow
Keys List<FabricNet Flow Record Ipv4Flow Key> - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- ipv6Flow
Keys List<FabricNet Flow Record Ipv6Flow Key> - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- l2Flow
Keys List<FabricNet Flow Record L2Flow Key> - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- mod
Time 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.
- net
Flow List<FabricPolicies Net Flow Record Net Flow Policy> - 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 List<FabricNet Flow Record Netflow Monitor> - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- object
Type 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<Fabric
Net Flow Record Parent> - (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 List<FabricNet Flow Record Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- record
Type 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. - 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.
-
List<Fabric
Net Flow Record Tag> - This complex property has following sub-properties:
- version
Contexts List<FabricNet Flow Record Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Fabric
Net Flow Record Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Net stringFlow Record Id - flow
Non FabricKeys Net Flow Record Flow Non Key[] - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- ipv4Flow
Keys FabricNet Flow Record Ipv4Flow Key[] - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- ipv6Flow
Keys FabricNet Flow Record Ipv6Flow Key[] - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- l2Flow
Keys FabricNet Flow Record L2Flow Key[] - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- mod
Time 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.
- net
Flow FabricPolicies Net Flow Record Net Flow Policy[] - 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 FabricNet Flow Record Netflow Monitor[] - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- object
Type 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
Fabric
Net Flow Record Parent[] - (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 FabricNet Flow Record Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- record
Type 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. - 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.
-
Fabric
Net Flow Record Tag[] - This complex property has following sub-properties:
- version
Contexts FabricNet Flow Record Version Context[] - (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[Fabric
Net Flow Record Ancestor Args] - (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_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric_
net_ strflow_ record_ id - flow_
non_ Sequence[Fabrickeys Net Flow Record Flow Non Key Args] - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- ipv4_
flow_ Sequence[Fabrickeys Net Flow Record Ipv4Flow Key Args] - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- ipv6_
flow_ Sequence[Fabrickeys Net Flow Record Ipv6Flow Key Args] - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- l2_
flow_ Sequence[Fabrickeys Net Flow Record L2Flow Key Args] - 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_ Sequence[Fabricpolicies Net Flow Record Net Flow Policy Args] - 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[FabricNet Flow Record Netflow Monitor Args] - (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[Fabric
Net Flow Record Parent Args] - (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[FabricNet Flow Record Permission Resource Args] - (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. - 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.
-
Sequence[Fabric
Net Flow Record Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[FabricNet Flow Record Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- fabric
Net StringFlow Record Id - flow
Non List<Property Map>Keys - Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime). This complex property has following sub-properties:
- ipv4Flow
Keys List<Property Map> - IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos). This complex property has following sub-properties:
- ipv6Flow
Keys List<Property Map> - IPv6 Flow Key (source address, destination address, protocol, source port and destination port). This complex property has following sub-properties:
- l2Flow
Keys List<Property Map> - L2 Flow Key (source mac-address, destination mac-address and ether-type). This complex property has following sub-properties:
- mod
Time 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.
- net
Flow List<Property Map>Policies - 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 List<Property Map> - (ReadOnly) An array of relationships to fabricNetFlowMonitor resources. This complex property has following sub-properties:
- object
Type 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:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- record
Type 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. - 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.
- List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Supporting Types
FabricNetFlowRecordAncestor, FabricNetFlowRecordAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Byte
Counters bool - Total number of bytes transferred for flow record.
- Class
Id string - First
System boolTime - The timestamp when a flow was first observed or created in the system.
- Last
System boolTime - The last timestamp recorded for flow record by the system.
- Object
Type string - 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.
- Additional
Properties string - Byte
Counters bool - Total number of bytes transferred for flow record.
- Class
Id string - First
System boolTime - The timestamp when a flow was first observed or created in the system.
- Last
System boolTime - The last timestamp recorded for flow record by the system.
- Object
Type string - 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.
- additional
Properties String - byte
Counters Boolean - Total number of bytes transferred for flow record.
- class
Id String - first
System BooleanTime - The timestamp when a flow was first observed or created in the system.
- last
System BooleanTime - The last timestamp recorded for flow record by the system.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- packet
Counters Boolean - Total number of packets transferred for flow record.
- additional
Properties string - byte
Counters boolean - Total number of bytes transferred for flow record.
- class
Id string - first
System booleanTime - The timestamp when a flow was first observed or created in the system.
- last
System booleanTime - The last timestamp recorded for flow record by the system.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- packet
Counters 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_ booltime - The timestamp when a flow was first observed or created in the system.
- last_
system_ booltime - 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.
- additional
Properties String - byte
Counters Boolean - Total number of bytes transferred for flow record.
- class
Id String - first
System BooleanTime - The timestamp when a flow was first observed or created in the system.
- last
System BooleanTime - The last timestamp recorded for flow record by the system.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- packet
Counters Boolean - Total number of packets transferred for flow record.
FabricNetFlowRecordIpv4FlowKey, FabricNetFlowRecordIpv4FlowKeyArgs
- Additional
Properties string - Class
Id string - Destination
Ip boolAddress - IPv4 Packet destination address.
- Destination
Port bool - IPv4 Packet destination port field.
- Object
Type 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.
- Source
Ip boolAddress - IPv4 Packet source address.
- Source
Port bool - IPv4 Packet source port field.
- Tos bool
- IPv4 Packet type of service.
- Additional
Properties string - Class
Id string - Destination
Ip boolAddress - IPv4 Packet destination address.
- Destination
Port bool - IPv4 Packet destination port field.
- Object
Type 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.
- Source
Ip boolAddress - IPv4 Packet source address.
- Source
Port bool - IPv4 Packet source port field.
- Tos bool
- IPv4 Packet type of service.
- additional
Properties String - class
Id String - destination
Ip BooleanAddress - IPv4 Packet destination address.
- destination
Port Boolean - IPv4 Packet destination port field.
- object
Type 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.
- source
Ip BooleanAddress - IPv4 Packet source address.
- source
Port Boolean - IPv4 Packet source port field.
- tos Boolean
- IPv4 Packet type of service.
- additional
Properties string - class
Id string - destination
Ip booleanAddress - IPv4 Packet destination address.
- destination
Port boolean - IPv4 Packet destination port field.
- object
Type 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.
- source
Ip booleanAddress - IPv4 Packet source address.
- source
Port boolean - IPv4 Packet source port field.
- tos boolean
- IPv4 Packet type of service.
- additional_
properties str - class_
id str - destination_
ip_ booladdress - 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_ booladdress - IPv4 Packet source address.
- source_
port bool - IPv4 Packet source port field.
- tos bool
- IPv4 Packet type of service.
- additional
Properties String - class
Id String - destination
Ip BooleanAddress - IPv4 Packet destination address.
- destination
Port Boolean - IPv4 Packet destination port field.
- object
Type 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.
- source
Ip BooleanAddress - IPv4 Packet source address.
- source
Port Boolean - IPv4 Packet source port field.
- tos Boolean
- IPv4 Packet type of service.
FabricNetFlowRecordIpv6FlowKey, FabricNetFlowRecordIpv6FlowKeyArgs
- Additional
Properties string - Class
Id string - Destination
Ip boolAddress - IPv6 Packet destination address.
- Destination
Port bool - IPv6 Packet destination port field.
- Object
Type 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.
- Source
Ip boolAddress - IPv6 Packet source address.
- Source
Port bool - IPv6 Packet source port field.
- Additional
Properties string - Class
Id string - Destination
Ip boolAddress - IPv6 Packet destination address.
- Destination
Port bool - IPv6 Packet destination port field.
- Object
Type 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.
- Source
Ip boolAddress - IPv6 Packet source address.
- Source
Port bool - IPv6 Packet source port field.
- additional
Properties String - class
Id String - destination
Ip BooleanAddress - IPv6 Packet destination address.
- destination
Port Boolean - IPv6 Packet destination port field.
- object
Type 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.
- source
Ip BooleanAddress - IPv6 Packet source address.
- source
Port Boolean - IPv6 Packet source port field.
- additional
Properties string - class
Id string - destination
Ip booleanAddress - IPv6 Packet destination address.
- destination
Port boolean - IPv6 Packet destination port field.
- object
Type 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.
- source
Ip booleanAddress - IPv6 Packet source address.
- source
Port boolean - IPv6 Packet source port field.
- additional_
properties str - class_
id str - destination_
ip_ booladdress - 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_ booladdress - IPv6 Packet source address.
- source_
port bool - IPv6 Packet source port field.
- additional
Properties String - class
Id String - destination
Ip BooleanAddress - IPv6 Packet destination address.
- destination
Port Boolean - IPv6 Packet destination port field.
- object
Type 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.
- source
Ip BooleanAddress - IPv6 Packet source address.
- source
Port Boolean - IPv6 Packet source port field.
FabricNetFlowRecordL2FlowKey, FabricNetFlowRecordL2FlowKeyArgs
- Additional
Properties string - Class
Id string - Destination
Mac bool - L2 Packet destination address.
- Ether
Type bool - L2 Packet ether type field.
- Object
Type string - 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.
- Additional
Properties string - Class
Id string - Destination
Mac bool - L2 Packet destination address.
- Ether
Type bool - L2 Packet ether type field.
- Object
Type string - 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.
- additional
Properties String - class
Id String - destination
Mac Boolean - L2 Packet destination address.
- ether
Type Boolean - L2 Packet ether type field.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mac Boolean - L2 Packet source address.
- additional
Properties string - class
Id string - destination
Mac boolean - L2 Packet destination address.
- ether
Type boolean - L2 Packet ether type field.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mac 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.
- additional
Properties String - class
Id String - destination
Mac Boolean - L2 Packet destination address.
- ether
Type Boolean - L2 Packet ether type field.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mac Boolean - L2 Packet source address.
FabricNetFlowRecordNetFlowPolicy, FabricNetFlowRecordNetFlowPolicyArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Ancestor
Definitions List<FabricNet Flow Record Tag Ancestor Definition> - This complex property has following sub-properties:
- Definitions
List<Fabric
Net Flow Record Tag Definition> - (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.
- Sys
Tag 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.
- Additional
Properties string - Ancestor
Definitions []FabricNet Flow Record Tag Ancestor Definition - This complex property has following sub-properties:
- Definitions
[]Fabric
Net Flow Record Tag Definition - (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.
- Sys
Tag 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.
- additional
Properties String - ancestor
Definitions List<FabricNet Flow Record Tag Ancestor Definition> - This complex property has following sub-properties:
- definitions
List<Fabric
Net Flow Record Tag Definition> - (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.
- sys
Tag 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 string - ancestor
Definitions FabricNet Flow Record Tag Ancestor Definition[] - This complex property has following sub-properties:
- definitions
Fabric
Net Flow Record Tag Definition[] - (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.
- sys
Tag 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[FabricNet Flow Record Tag Ancestor Definition] - This complex property has following sub-properties:
- definitions
Sequence[Fabric
Net Flow Record Tag Definition] - (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.
- additional
Properties String - ancestor
Definitions 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.
- sys
Tag 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Interested
Mos List<FabricNet Flow Record Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<FabricNet Flow Record Version Context Ref Mo> - (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.
- Version
Type 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 string - Class
Id string - Interested
Mos []FabricNet Flow Record Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []FabricNet Flow Record Version Context Ref Mo - (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.
- Version
Type 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 String - class
Id String - interested
Mos List<FabricNet Flow Record Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (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 String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<FabricNet Flow Record Version Context Ref Mo> - (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.
- version
Type 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 string - class
Id string - interested
Mos FabricNet Flow Record Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos FabricNet Flow Record Version Context Ref Mo[] - (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.
- version
Type 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[FabricNet Flow Record Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (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[FabricNet Flow Record Version Context Ref Mo] - (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.
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (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 String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos 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.
- version
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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
intersightTerraform Provider.
published on Tuesday, Apr 21, 2026 by ciscodevnet
