1. Packages
  2. Intersight Provider
  3. API Docs
  4. getFabricEthNetworkControlPolicy
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getFabricEthNetworkControlPolicy

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    The features that are applied on a vethernet that is connected to the vNIC.

    Using getFabricEthNetworkControlPolicy

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFabricEthNetworkControlPolicy(args: GetFabricEthNetworkControlPolicyArgs, opts?: InvokeOptions): Promise<GetFabricEthNetworkControlPolicyResult>
    function getFabricEthNetworkControlPolicyOutput(args: GetFabricEthNetworkControlPolicyOutputArgs, opts?: InvokeOptions): Output<GetFabricEthNetworkControlPolicyResult>
    def get_fabric_eth_network_control_policy(account_moid: Optional[str] = None,
                                              additional_properties: Optional[str] = None,
                                              ancestors: Optional[Sequence[GetFabricEthNetworkControlPolicyAncestor]] = None,
                                              cdp_enabled: Optional[bool] = None,
                                              class_id: Optional[str] = None,
                                              create_time: Optional[str] = None,
                                              description: Optional[str] = None,
                                              domain_group_moid: Optional[str] = None,
                                              forge_mac: Optional[str] = None,
                                              id: Optional[str] = None,
                                              lldp_settings: Optional[GetFabricEthNetworkControlPolicyLldpSettings] = None,
                                              mac_registration_mode: Optional[str] = None,
                                              mod_time: Optional[str] = None,
                                              moid: Optional[str] = None,
                                              name: Optional[str] = None,
                                              network_policies: Optional[Sequence[GetFabricEthNetworkControlPolicyNetworkPolicy]] = None,
                                              object_type: Optional[str] = None,
                                              organization: Optional[GetFabricEthNetworkControlPolicyOrganization] = None,
                                              owners: Optional[Sequence[str]] = None,
                                              parent: Optional[GetFabricEthNetworkControlPolicyParent] = None,
                                              permission_resources: Optional[Sequence[GetFabricEthNetworkControlPolicyPermissionResource]] = None,
                                              shared_scope: Optional[str] = None,
                                              tags: Optional[Sequence[GetFabricEthNetworkControlPolicyTag]] = None,
                                              uplink_fail_action: Optional[str] = None,
                                              version_context: Optional[GetFabricEthNetworkControlPolicyVersionContext] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetFabricEthNetworkControlPolicyResult
    def get_fabric_eth_network_control_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                              additional_properties: Optional[pulumi.Input[str]] = None,
                                              ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricEthNetworkControlPolicyAncestorArgs]]]] = None,
                                              cdp_enabled: Optional[pulumi.Input[bool]] = None,
                                              class_id: Optional[pulumi.Input[str]] = None,
                                              create_time: Optional[pulumi.Input[str]] = None,
                                              description: Optional[pulumi.Input[str]] = None,
                                              domain_group_moid: Optional[pulumi.Input[str]] = None,
                                              forge_mac: Optional[pulumi.Input[str]] = None,
                                              id: Optional[pulumi.Input[str]] = None,
                                              lldp_settings: Optional[pulumi.Input[GetFabricEthNetworkControlPolicyLldpSettingsArgs]] = None,
                                              mac_registration_mode: Optional[pulumi.Input[str]] = None,
                                              mod_time: Optional[pulumi.Input[str]] = None,
                                              moid: Optional[pulumi.Input[str]] = None,
                                              name: Optional[pulumi.Input[str]] = None,
                                              network_policies: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricEthNetworkControlPolicyNetworkPolicyArgs]]]] = None,
                                              object_type: Optional[pulumi.Input[str]] = None,
                                              organization: Optional[pulumi.Input[GetFabricEthNetworkControlPolicyOrganizationArgs]] = None,
                                              owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                              parent: Optional[pulumi.Input[GetFabricEthNetworkControlPolicyParentArgs]] = None,
                                              permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricEthNetworkControlPolicyPermissionResourceArgs]]]] = None,
                                              shared_scope: Optional[pulumi.Input[str]] = None,
                                              tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricEthNetworkControlPolicyTagArgs]]]] = None,
                                              uplink_fail_action: Optional[pulumi.Input[str]] = None,
                                              version_context: Optional[pulumi.Input[GetFabricEthNetworkControlPolicyVersionContextArgs]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetFabricEthNetworkControlPolicyResult]
    func LookupFabricEthNetworkControlPolicy(ctx *Context, args *LookupFabricEthNetworkControlPolicyArgs, opts ...InvokeOption) (*LookupFabricEthNetworkControlPolicyResult, error)
    func LookupFabricEthNetworkControlPolicyOutput(ctx *Context, args *LookupFabricEthNetworkControlPolicyOutputArgs, opts ...InvokeOption) LookupFabricEthNetworkControlPolicyResultOutput

    > Note: This function is named LookupFabricEthNetworkControlPolicy in the Go SDK.

    public static class GetFabricEthNetworkControlPolicy 
    {
        public static Task<GetFabricEthNetworkControlPolicyResult> InvokeAsync(GetFabricEthNetworkControlPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetFabricEthNetworkControlPolicyResult> Invoke(GetFabricEthNetworkControlPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFabricEthNetworkControlPolicyResult> getFabricEthNetworkControlPolicy(GetFabricEthNetworkControlPolicyArgs args, InvokeOptions options)
    public static Output<GetFabricEthNetworkControlPolicyResult> getFabricEthNetworkControlPolicy(GetFabricEthNetworkControlPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getFabricEthNetworkControlPolicy:getFabricEthNetworkControlPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetFabricEthNetworkControlPolicyAncestor>
    CdpEnabled bool
    Enables the CDP on an interface.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForgeMac string
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    Id string
    LldpSettings GetFabricEthNetworkControlPolicyLldpSettings
    MacRegistrationMode string
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NetworkPolicies List<GetFabricEthNetworkControlPolicyNetworkPolicy>
    ObjectType string
    Organization GetFabricEthNetworkControlPolicyOrganization
    Owners List<string>
    Parent GetFabricEthNetworkControlPolicyParent
    PermissionResources List<GetFabricEthNetworkControlPolicyPermissionResource>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetFabricEthNetworkControlPolicyTag>
    UplinkFailAction string
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    VersionContext GetFabricEthNetworkControlPolicyVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFabricEthNetworkControlPolicyAncestor
    CdpEnabled bool
    Enables the CDP on an interface.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForgeMac string
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    Id string
    LldpSettings GetFabricEthNetworkControlPolicyLldpSettings
    MacRegistrationMode string
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NetworkPolicies []GetFabricEthNetworkControlPolicyNetworkPolicy
    ObjectType string
    Organization GetFabricEthNetworkControlPolicyOrganization
    Owners []string
    Parent GetFabricEthNetworkControlPolicyParent
    PermissionResources []GetFabricEthNetworkControlPolicyPermissionResource
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetFabricEthNetworkControlPolicyTag
    UplinkFailAction string
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    VersionContext GetFabricEthNetworkControlPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFabricEthNetworkControlPolicyAncestor>
    cdpEnabled Boolean
    Enables the CDP on an interface.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forgeMac String
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    id String
    lldpSettings GetFabricEthNetworkControlPolicyLldpSettings
    macRegistrationMode String
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    networkPolicies List<GetFabricEthNetworkControlPolicyNetworkPolicy>
    objectType String
    organization GetFabricEthNetworkControlPolicyOrganization
    owners List<String>
    parent GetFabricEthNetworkControlPolicyParent
    permissionResources List<GetFabricEthNetworkControlPolicyPermissionResource>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetFabricEthNetworkControlPolicyTag>
    uplinkFailAction String
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    versionContext GetFabricEthNetworkControlPolicyVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFabricEthNetworkControlPolicyAncestor[]
    cdpEnabled boolean
    Enables the CDP on an interface.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    forgeMac string
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    id string
    lldpSettings GetFabricEthNetworkControlPolicyLldpSettings
    macRegistrationMode string
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    networkPolicies GetFabricEthNetworkControlPolicyNetworkPolicy[]
    objectType string
    organization GetFabricEthNetworkControlPolicyOrganization
    owners string[]
    parent GetFabricEthNetworkControlPolicyParent
    permissionResources GetFabricEthNetworkControlPolicyPermissionResource[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetFabricEthNetworkControlPolicyTag[]
    uplinkFailAction string
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    versionContext GetFabricEthNetworkControlPolicyVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFabricEthNetworkControlPolicyAncestor]
    cdp_enabled bool
    Enables the CDP on an interface.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    forge_mac str
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    id str
    lldp_settings GetFabricEthNetworkControlPolicyLldpSettings
    mac_registration_mode str
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    network_policies Sequence[GetFabricEthNetworkControlPolicyNetworkPolicy]
    object_type str
    organization GetFabricEthNetworkControlPolicyOrganization
    owners Sequence[str]
    parent GetFabricEthNetworkControlPolicyParent
    permission_resources Sequence[GetFabricEthNetworkControlPolicyPermissionResource]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetFabricEthNetworkControlPolicyTag]
    uplink_fail_action str
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    version_context GetFabricEthNetworkControlPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    cdpEnabled Boolean
    Enables the CDP on an interface.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forgeMac String
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    id String
    lldpSettings Property Map
    macRegistrationMode String
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    networkPolicies List<Property Map>
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    uplinkFailAction String
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    versionContext Property Map

    getFabricEthNetworkControlPolicy Result

    The following output properties are available:

    Id string
    Results List<GetFabricEthNetworkControlPolicyResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetFabricEthNetworkControlPolicyAncestor>
    CdpEnabled bool
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    ForgeMac string
    LldpSettings GetFabricEthNetworkControlPolicyLldpSettings
    MacRegistrationMode string
    ModTime string
    Moid string
    Name string
    NetworkPolicies List<GetFabricEthNetworkControlPolicyNetworkPolicy>
    ObjectType string
    Organization GetFabricEthNetworkControlPolicyOrganization
    Owners List<string>
    Parent GetFabricEthNetworkControlPolicyParent
    PermissionResources List<GetFabricEthNetworkControlPolicyPermissionResource>
    SharedScope string
    Tags List<GetFabricEthNetworkControlPolicyTag>
    UplinkFailAction string
    VersionContext GetFabricEthNetworkControlPolicyVersionContext
    id String
    results List<GetFabricEthNetworkControlPolicyResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetFabricEthNetworkControlPolicyAncestor>
    cdpEnabled Boolean
    classId String
    createTime String
    description String
    domainGroupMoid String
    forgeMac String
    lldpSettings GetFabricEthNetworkControlPolicyLldpSettings
    macRegistrationMode String
    modTime String
    moid String
    name String
    networkPolicies List<GetFabricEthNetworkControlPolicyNetworkPolicy>
    objectType String
    organization GetFabricEthNetworkControlPolicyOrganization
    owners List<String>
    parent GetFabricEthNetworkControlPolicyParent
    permissionResources List<GetFabricEthNetworkControlPolicyPermissionResource>
    sharedScope String
    tags List<GetFabricEthNetworkControlPolicyTag>
    uplinkFailAction String
    versionContext GetFabricEthNetworkControlPolicyVersionContext
    id str
    results Sequence[GetFabricEthNetworkControlPolicyResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetFabricEthNetworkControlPolicyAncestor]
    cdp_enabled bool
    class_id str
    create_time str
    description str
    domain_group_moid str
    forge_mac str
    lldp_settings GetFabricEthNetworkControlPolicyLldpSettings
    mac_registration_mode str
    mod_time str
    moid str
    name str
    network_policies Sequence[GetFabricEthNetworkControlPolicyNetworkPolicy]
    object_type str
    organization GetFabricEthNetworkControlPolicyOrganization
    owners Sequence[str]
    parent GetFabricEthNetworkControlPolicyParent
    permission_resources Sequence[GetFabricEthNetworkControlPolicyPermissionResource]
    shared_scope str
    tags Sequence[GetFabricEthNetworkControlPolicyTag]
    uplink_fail_action str
    version_context GetFabricEthNetworkControlPolicyVersionContext

    Supporting Types

    GetFabricEthNetworkControlPolicyAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.

    GetFabricEthNetworkControlPolicyLldpSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ReceiveEnabled bool
    Determines if the LLDP frames can be received by an interface on the switch.
    TransmitEnabled bool
    Determines if the LLDP frames can be transmitted by an interface on the switch.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ReceiveEnabled bool
    Determines if the LLDP frames can be received by an interface on the switch.
    TransmitEnabled bool
    Determines if the LLDP frames can be transmitted by an interface on the switch.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    receiveEnabled Boolean
    Determines if the LLDP frames can be received by an interface on the switch.
    transmitEnabled Boolean
    Determines if the LLDP frames can be transmitted by an interface on the switch.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    receiveEnabled boolean
    Determines if the LLDP frames can be received by an interface on the switch.
    transmitEnabled boolean
    Determines if the LLDP frames can be transmitted by an interface on the switch.
    additional_properties str
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    receive_enabled bool
    Determines if the LLDP frames can be received by an interface on the switch.
    transmit_enabled bool
    Determines if the LLDP frames can be transmitted by an interface on the switch.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    receiveEnabled Boolean
    Determines if the LLDP frames can be received by an interface on the switch.
    transmitEnabled Boolean
    Determines if the LLDP frames can be transmitted by an interface on the switch.

    GetFabricEthNetworkControlPolicyNetworkPolicy

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.

    GetFabricEthNetworkControlPolicyOrganization

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.

    GetFabricEthNetworkControlPolicyParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.

    GetFabricEthNetworkControlPolicyPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.

    GetFabricEthNetworkControlPolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetFabricEthNetworkControlPolicyResultAncestor>
    CdpEnabled bool
    Enables the CDP on an interface.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForgeMac string
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    LldpSettings List<GetFabricEthNetworkControlPolicyResultLldpSetting>
    MacRegistrationMode string
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NetworkPolicies List<GetFabricEthNetworkControlPolicyResultNetworkPolicy>
    ObjectType string
    Organizations List<GetFabricEthNetworkControlPolicyResultOrganization>
    Owners List<string>
    Parents List<GetFabricEthNetworkControlPolicyResultParent>
    PermissionResources List<GetFabricEthNetworkControlPolicyResultPermissionResource>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetFabricEthNetworkControlPolicyResultTag>
    UplinkFailAction string
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    VersionContexts List<GetFabricEthNetworkControlPolicyResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFabricEthNetworkControlPolicyResultAncestor
    CdpEnabled bool
    Enables the CDP on an interface.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForgeMac string
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    LldpSettings []GetFabricEthNetworkControlPolicyResultLldpSetting
    MacRegistrationMode string
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NetworkPolicies []GetFabricEthNetworkControlPolicyResultNetworkPolicy
    ObjectType string
    Organizations []GetFabricEthNetworkControlPolicyResultOrganization
    Owners []string
    Parents []GetFabricEthNetworkControlPolicyResultParent
    PermissionResources []GetFabricEthNetworkControlPolicyResultPermissionResource
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetFabricEthNetworkControlPolicyResultTag
    UplinkFailAction string
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    VersionContexts []GetFabricEthNetworkControlPolicyResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFabricEthNetworkControlPolicyResultAncestor>
    cdpEnabled Boolean
    Enables the CDP on an interface.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forgeMac String
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    lldpSettings List<GetFabricEthNetworkControlPolicyResultLldpSetting>
    macRegistrationMode String
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    networkPolicies List<GetFabricEthNetworkControlPolicyResultNetworkPolicy>
    objectType String
    organizations List<GetFabricEthNetworkControlPolicyResultOrganization>
    owners List<String>
    parents List<GetFabricEthNetworkControlPolicyResultParent>
    permissionResources List<GetFabricEthNetworkControlPolicyResultPermissionResource>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetFabricEthNetworkControlPolicyResultTag>
    uplinkFailAction String
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    versionContexts List<GetFabricEthNetworkControlPolicyResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFabricEthNetworkControlPolicyResultAncestor[]
    cdpEnabled boolean
    Enables the CDP on an interface.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    forgeMac string
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    lldpSettings GetFabricEthNetworkControlPolicyResultLldpSetting[]
    macRegistrationMode string
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    networkPolicies GetFabricEthNetworkControlPolicyResultNetworkPolicy[]
    objectType string
    organizations GetFabricEthNetworkControlPolicyResultOrganization[]
    owners string[]
    parents GetFabricEthNetworkControlPolicyResultParent[]
    permissionResources GetFabricEthNetworkControlPolicyResultPermissionResource[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetFabricEthNetworkControlPolicyResultTag[]
    uplinkFailAction string
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    versionContexts GetFabricEthNetworkControlPolicyResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFabricEthNetworkControlPolicyResultAncestor]
    cdp_enabled bool
    Enables the CDP on an interface.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    forge_mac str
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    lldp_settings Sequence[GetFabricEthNetworkControlPolicyResultLldpSetting]
    mac_registration_mode str
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    network_policies Sequence[GetFabricEthNetworkControlPolicyResultNetworkPolicy]
    object_type str
    organizations Sequence[GetFabricEthNetworkControlPolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetFabricEthNetworkControlPolicyResultParent]
    permission_resources Sequence[GetFabricEthNetworkControlPolicyResultPermissionResource]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetFabricEthNetworkControlPolicyResultTag]
    uplink_fail_action str
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    version_contexts Sequence[GetFabricEthNetworkControlPolicyResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    cdpEnabled Boolean
    Enables the CDP on an interface.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forgeMac String
    Determines if the MAC forging is allowed or denied on an interface.* allow - Allows mac forging on an interface.* deny - Denies mac forging on an interface.
    lldpSettings List<Property Map>
    macRegistrationMode String
    Determines the MAC addresses that have to be registered with the switch.* nativeVlanOnly - Register only the MAC addresses learnt on the native VLAN.* allVlans - Register all the MAC addresses learnt on all the allowed VLANs.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    networkPolicies List<Property Map>
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    uplinkFailAction String
    Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.* linkDown - The vethernet will go down in case a suitable uplink is not pinned.* warning - The vethernet will remain up even if a suitable uplink is not pinned.
    versionContexts List<Property Map>

    GetFabricEthNetworkControlPolicyResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricEthNetworkControlPolicyResultLldpSetting

    GetFabricEthNetworkControlPolicyResultNetworkPolicy

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricEthNetworkControlPolicyResultOrganization

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricEthNetworkControlPolicyResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricEthNetworkControlPolicyResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricEthNetworkControlPolicyResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetFabricEthNetworkControlPolicyResultVersionContext

    GetFabricEthNetworkControlPolicyResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricEthNetworkControlPolicyResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricEthNetworkControlPolicyTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetFabricEthNetworkControlPolicyVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetFabricEthNetworkControlPolicyVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetFabricEthNetworkControlPolicyVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    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.
    InterestedMos []GetFabricEthNetworkControlPolicyVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetFabricEthNetworkControlPolicyVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    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.
    interestedMos List<GetFabricEthNetworkControlPolicyVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetFabricEthNetworkControlPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    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.
    interestedMos GetFabricEthNetworkControlPolicyVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetFabricEthNetworkControlPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    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 intended to 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
    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.
    interested_mos Sequence[GetFabricEthNetworkControlPolicyVersionContextInterestedMo]
    marked_for_deletion bool
    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
    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_mo GetFabricEthNetworkControlPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    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.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    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 intended to 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.

    GetFabricEthNetworkControlPolicyVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.

    GetFabricEthNetworkControlPolicyVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet