intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getFabricEthNetworkControlPolicy
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 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:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Fabric Eth Network Control Policy Ancestor> - Cdp
Enabled bool - Enables the CDP on an interface.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Forge
Mac 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
- Lldp
Settings GetFabric Eth Network Control Policy Lldp Settings - Mac
Registration stringMode - 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 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.
- Network
Policies List<GetFabric Eth Network Control Policy Network Policy> - Object
Type string - Organization
Get
Fabric Eth Network Control Policy Organization - Owners List<string>
- Parent
Get
Fabric Eth Network Control Policy Parent - Permission
Resources List<GetFabric Eth Network Control Policy Permission Resource> - 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.
- List<Get
Fabric Eth Network Control Policy Tag> - Uplink
Fail stringAction - 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 GetFabric Eth Network Control Policy Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Fabric Eth Network Control Policy Ancestor - Cdp
Enabled bool - Enables the CDP on an interface.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Forge
Mac 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
- Lldp
Settings GetFabric Eth Network Control Policy Lldp Settings - Mac
Registration stringMode - 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 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.
- Network
Policies []GetFabric Eth Network Control Policy Network Policy - Object
Type string - Organization
Get
Fabric Eth Network Control Policy Organization - Owners []string
- Parent
Get
Fabric Eth Network Control Policy Parent - Permission
Resources []GetFabric Eth Network Control Policy Permission Resource - 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.
- []Get
Fabric Eth Network Control Policy Tag - Uplink
Fail stringAction - 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 GetFabric Eth Network Control Policy Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Fabric Eth Network Control Policy Ancestor> - cdp
Enabled Boolean - Enables the CDP on an interface.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- forge
Mac 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
- lldp
Settings GetFabric Eth Network Control Policy Lldp Settings - mac
Registration StringMode - 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 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.
- network
Policies List<GetFabric Eth Network Control Policy Network Policy> - object
Type String - organization
Get
Fabric Eth Network Control Policy Organization - owners List<String>
- parent
Get
Fabric Eth Network Control Policy Parent - permission
Resources List<GetFabric Eth Network Control Policy Permission Resource> - 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.
- List<Get
Fabric Eth Network Control Policy Tag> - uplink
Fail StringAction - 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 GetFabric Eth Network Control Policy Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Fabric Eth Network Control Policy Ancestor[] - cdp
Enabled boolean - Enables the CDP on an interface.
- class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of the policy.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- forge
Mac 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
- lldp
Settings GetFabric Eth Network Control Policy Lldp Settings - mac
Registration stringMode - 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 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.
- network
Policies GetFabric Eth Network Control Policy Network Policy[] - object
Type string - organization
Get
Fabric Eth Network Control Policy Organization - owners string[]
- parent
Get
Fabric Eth Network Control Policy Parent - permission
Resources GetFabric Eth Network Control Policy Permission Resource[] - 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.
- Get
Fabric Eth Network Control Policy Tag[] - uplink
Fail stringAction - 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 GetFabric Eth Network Control Policy Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Fabric Eth Network Control Policy Ancestor] - 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_ strmoid - 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 GetFabric Eth Network Control Policy Lldp Settings - mac_
registration_ strmode - 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[GetFabric Eth Network Control Policy Network Policy] - object_
type str - organization
Get
Fabric Eth Network Control Policy Organization - owners Sequence[str]
- parent
Get
Fabric Eth Network Control Policy Parent - permission_
resources Sequence[GetFabric Eth Network Control Policy Permission Resource] - 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.
- Sequence[Get
Fabric Eth Network Control Policy Tag] - uplink_
fail_ straction - 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 GetFabric Eth Network Control Policy Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- cdp
Enabled Boolean - Enables the CDP on an interface.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- forge
Mac 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
- lldp
Settings Property Map - mac
Registration StringMode - 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 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.
- network
Policies List<Property Map> - object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - 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.
- List<Property Map>
- uplink
Fail StringAction - 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 Property Map
getFabricEthNetworkControlPolicy Result
The following output properties are available:
- Id string
- Results
List<Get
Fabric Eth Network Control Policy Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Fabric Eth Network Control Policy Ancestor> - Cdp
Enabled bool - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Forge
Mac string - Lldp
Settings GetFabric Eth Network Control Policy Lldp Settings - Mac
Registration stringMode - Mod
Time string - Moid string
- Name string
- Network
Policies List<GetFabric Eth Network Control Policy Network Policy> - Object
Type string - Organization
Get
Fabric Eth Network Control Policy Organization - Owners List<string>
- Parent
Get
Fabric Eth Network Control Policy Parent - Permission
Resources List<GetFabric Eth Network Control Policy Permission Resource> - string
- List<Get
Fabric Eth Network Control Policy Tag> - Uplink
Fail stringAction - Version
Context GetFabric Eth Network Control Policy Version Context
- Id string
- Results
[]Get
Fabric Eth Network Control Policy Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Fabric Eth Network Control Policy Ancestor - Cdp
Enabled bool - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Forge
Mac string - Lldp
Settings GetFabric Eth Network Control Policy Lldp Settings - Mac
Registration stringMode - Mod
Time string - Moid string
- Name string
- Network
Policies []GetFabric Eth Network Control Policy Network Policy - Object
Type string - Organization
Get
Fabric Eth Network Control Policy Organization - Owners []string
- Parent
Get
Fabric Eth Network Control Policy Parent - Permission
Resources []GetFabric Eth Network Control Policy Permission Resource - string
- []Get
Fabric Eth Network Control Policy Tag - Uplink
Fail stringAction - Version
Context GetFabric Eth Network Control Policy Version Context
- id String
- results
List<Get
Fabric Eth Network Control Policy Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Fabric Eth Network Control Policy Ancestor> - cdp
Enabled Boolean - class
Id String - create
Time String - description String
- domain
Group StringMoid - forge
Mac String - lldp
Settings GetFabric Eth Network Control Policy Lldp Settings - mac
Registration StringMode - mod
Time String - moid String
- name String
- network
Policies List<GetFabric Eth Network Control Policy Network Policy> - object
Type String - organization
Get
Fabric Eth Network Control Policy Organization - owners List<String>
- parent
Get
Fabric Eth Network Control Policy Parent - permission
Resources List<GetFabric Eth Network Control Policy Permission Resource> - String
- List<Get
Fabric Eth Network Control Policy Tag> - uplink
Fail StringAction - version
Context GetFabric Eth Network Control Policy Version Context
- id string
- results
Get
Fabric Eth Network Control Policy Result[] - account
Moid string - additional
Properties string - ancestors
Get
Fabric Eth Network Control Policy Ancestor[] - cdp
Enabled boolean - class
Id string - create
Time string - description string
- domain
Group stringMoid - forge
Mac string - lldp
Settings GetFabric Eth Network Control Policy Lldp Settings - mac
Registration stringMode - mod
Time string - moid string
- name string
- network
Policies GetFabric Eth Network Control Policy Network Policy[] - object
Type string - organization
Get
Fabric Eth Network Control Policy Organization - owners string[]
- parent
Get
Fabric Eth Network Control Policy Parent - permission
Resources GetFabric Eth Network Control Policy Permission Resource[] - string
- Get
Fabric Eth Network Control Policy Tag[] - uplink
Fail stringAction - version
Context GetFabric Eth Network Control Policy Version Context
- id str
- results
Sequence[Get
Fabric Eth Network Control Policy Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Fabric Eth Network Control Policy Ancestor] - cdp_
enabled bool - class_
id str - create_
time str - description str
- domain_
group_ strmoid - forge_
mac str - lldp_
settings GetFabric Eth Network Control Policy Lldp Settings - mac_
registration_ strmode - mod_
time str - moid str
- name str
- network_
policies Sequence[GetFabric Eth Network Control Policy Network Policy] - object_
type str - organization
Get
Fabric Eth Network Control Policy Organization - owners Sequence[str]
- parent
Get
Fabric Eth Network Control Policy Parent - permission_
resources Sequence[GetFabric Eth Network Control Policy Permission Resource] - str
- Sequence[Get
Fabric Eth Network Control Policy Tag] - uplink_
fail_ straction - version_
context GetFabric Eth Network Control Policy Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- cdp
Enabled Boolean - class
Id String - create
Time String - description String
- domain
Group StringMoid - forge
Mac String - lldp
Settings Property Map - mac
Registration StringMode - mod
Time String - moid String
- name String
- network
Policies List<Property Map> - object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - String
- List<Property Map>
- uplink
Fail StringAction - version
Context Property Map
Supporting Types
GetFabricEthNetworkControlPolicyAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- receive
Enabled Boolean - Determines if the LLDP frames can be received by an interface on the switch.
- transmit
Enabled Boolean - Determines if the LLDP frames can be transmitted by an interface on the switch.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- receive
Enabled boolean - Determines if the LLDP frames can be received by an interface on the switch.
- transmit
Enabled 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- receive
Enabled Boolean - Determines if the LLDP frames can be received by an interface on the switch.
- transmit
Enabled Boolean - Determines if the LLDP frames can be transmitted by an interface on the switch.
GetFabricEthNetworkControlPolicyNetworkPolicy
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetFabric Eth Network Control Policy Result Ancestor> - Cdp
Enabled This property is required. bool - Enables the CDP on an interface.
- Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Description
This property is required. string - Description of the policy.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Forge
Mac This property is required. 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. - Lldp
Settings This property is required. List<GetFabric Eth Network Control Policy Result Lldp Setting> - Mac
Registration Mode This property is required. 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. - Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - Name of the concrete policy.
- Network
Policies This property is required. List<GetFabric Eth Network Control Policy Result Network Policy> - Object
Type This property is required. string - Organizations
This property is required. List<GetFabric Eth Network Control Policy Result Organization> - Owners
This property is required. List<string> - Parents
This property is required. List<GetFabric Eth Network Control Policy Result Parent> - Permission
Resources This property is required. List<GetFabric Eth Network Control Policy Result Permission Resource> This property is required. 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.
This property is required. List<GetFabric Eth Network Control Policy Result Tag> - Uplink
Fail Action This property is required. 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. - Version
Contexts This property is required. List<GetFabric Eth Network Control Policy Result Version Context>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetFabric Eth Network Control Policy Result Ancestor - Cdp
Enabled This property is required. bool - Enables the CDP on an interface.
- Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Description
This property is required. string - Description of the policy.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Forge
Mac This property is required. 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. - Lldp
Settings This property is required. []GetFabric Eth Network Control Policy Result Lldp Setting - Mac
Registration Mode This property is required. 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. - Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - Name of the concrete policy.
- Network
Policies This property is required. []GetFabric Eth Network Control Policy Result Network Policy - Object
Type This property is required. string - Organizations
This property is required. []GetFabric Eth Network Control Policy Result Organization - Owners
This property is required. []string - Parents
This property is required. []GetFabric Eth Network Control Policy Result Parent - Permission
Resources This property is required. []GetFabric Eth Network Control Policy Result Permission Resource This property is required. 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.
This property is required. []GetFabric Eth Network Control Policy Result Tag - Uplink
Fail Action This property is required. 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. - Version
Contexts This property is required. []GetFabric Eth Network Control Policy Result Version Context
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetFabric Eth Network Control Policy Result Ancestor> - cdp
Enabled This property is required. Boolean - Enables the CDP on an interface.
- class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- description
This property is required. String - Description of the policy.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- forge
Mac This property is required. 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. - lldp
Settings This property is required. List<GetFabric Eth Network Control Policy Result Lldp Setting> - mac
Registration Mode This property is required. 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. - mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - Name of the concrete policy.
- network
Policies This property is required. List<GetFabric Eth Network Control Policy Result Network Policy> - object
Type This property is required. String - organizations
This property is required. List<GetFabric Eth Network Control Policy Result Organization> - owners
This property is required. List<String> - parents
This property is required. List<GetFabric Eth Network Control Policy Result Parent> - permission
Resources This property is required. List<GetFabric Eth Network Control Policy Result Permission Resource> This property is required. 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.
This property is required. List<GetFabric Eth Network Control Policy Result Tag> - uplink
Fail Action This property is required. 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. - version
Contexts This property is required. List<GetFabric Eth Network Control Policy Result Version Context>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetFabric Eth Network Control Policy Result Ancestor[] - cdp
Enabled This property is required. boolean - Enables the CDP on an interface.
- class
Id This property is required. string - create
Time This property is required. string - The time when this managed object was created.
- description
This property is required. string - Description of the policy.
- domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- forge
Mac This property is required. 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. - lldp
Settings This property is required. GetFabric Eth Network Control Policy Result Lldp Setting[] - mac
Registration Mode This property is required. 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. - mod
Time This property is required. string - The time when this managed object was last modified.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- name
This property is required. string - Name of the concrete policy.
- network
Policies This property is required. GetFabric Eth Network Control Policy Result Network Policy[] - object
Type This property is required. string - organizations
This property is required. GetFabric Eth Network Control Policy Result Organization[] - owners
This property is required. string[] - parents
This property is required. GetFabric Eth Network Control Policy Result Parent[] - permission
Resources This property is required. GetFabric Eth Network Control Policy Result Permission Resource[] This property is required. 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.
This property is required. GetFabric Eth Network Control Policy Result Tag[] - uplink
Fail Action This property is required. 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. - version
Contexts This property is required. GetFabric Eth Network Control Policy Result Version Context[]
- account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - ancestors
This property is required. Sequence[GetFabric Eth Network Control Policy Result Ancestor] - cdp_
enabled This property is required. bool - Enables the CDP on an interface.
- class_
id This property is required. str - create_
time This property is required. str - The time when this managed object was created.
- description
This property is required. str - Description of the policy.
- domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- forge_
mac This property is required. 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 This property is required. Sequence[GetFabric Eth Network Control Policy Result Lldp Setting] - mac_
registration_ mode This property is required. 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 This property is required. str - The time when this managed object was last modified.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- name
This property is required. str - Name of the concrete policy.
- network_
policies This property is required. Sequence[GetFabric Eth Network Control Policy Result Network Policy] - object_
type This property is required. str - organizations
This property is required. Sequence[GetFabric Eth Network Control Policy Result Organization] - owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetFabric Eth Network Control Policy Result Parent] - permission_
resources This property is required. Sequence[GetFabric Eth Network Control Policy Result Permission Resource] This property is required. 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.
This property is required. Sequence[GetFabric Eth Network Control Policy Result Tag] - uplink_
fail_ action This property is required. 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 This property is required. Sequence[GetFabric Eth Network Control Policy Result Version Context]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - cdp
Enabled This property is required. Boolean - Enables the CDP on an interface.
- class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- description
This property is required. String - Description of the policy.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- forge
Mac This property is required. 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. - lldp
Settings This property is required. List<Property Map> - mac
Registration Mode This property is required. 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. - mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - Name of the concrete policy.
- network
Policies This property is required. List<Property Map> - object
Type This property is required. String - organizations
This property is required. List<Property Map> - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> This property is required. 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.
This property is required. List<Property Map>- uplink
Fail Action This property is required. 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. - version
Contexts This property is required. List<Property Map>
GetFabricEthNetworkControlPolicyResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFabricEthNetworkControlPolicyResultLldpSetting
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - Receive
Enabled This property is required. bool - Transmit
Enabled This property is required. bool
- Additional
Properties This property is required. string - Class
Id This property is required. string - Object
Type This property is required. string - Receive
Enabled This property is required. bool - Transmit
Enabled This property is required. bool
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - receive
Enabled This property is required. Boolean - transmit
Enabled This property is required. Boolean
- additional
Properties This property is required. string - class
Id This property is required. string - object
Type This property is required. string - receive
Enabled This property is required. boolean - transmit
Enabled This property is required. boolean
- additional_
properties This property is required. str - class_
id This property is required. str - object_
type This property is required. str - receive_
enabled This property is required. bool - transmit_
enabled This property is required. bool
- additional
Properties This property is required. String - class
Id This property is required. String - object
Type This property is required. String - receive
Enabled This property is required. Boolean - transmit
Enabled This property is required. Boolean
GetFabricEthNetworkControlPolicyResultNetworkPolicy
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFabricEthNetworkControlPolicyResultOrganization
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFabricEthNetworkControlPolicyResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFabricEthNetworkControlPolicyResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFabricEthNetworkControlPolicyResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetFabricEthNetworkControlPolicyResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetFabric Eth Network Control Policy Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetFabric Eth Network Control Policy Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetFabric Eth Network Control Policy Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetFabric Eth Network Control Policy Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetFabric Eth Network Control Policy Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetFabric Eth Network Control Policy Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetFabric Eth Network Control Policy Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetFabric Eth Network Control Policy Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetFabric Eth Network Control Policy Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - object_
type This property is required. str - ref_
mos This property is required. Sequence[GetFabric Eth Network Control Policy Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetFabricEthNetworkControlPolicyResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFabricEthNetworkControlPolicyResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetFabricEthNetworkControlPolicyTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetFabricEthNetworkControlPolicyVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetFabric Eth Network Control Policy Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFabric Eth Network Control Policy Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetFabric Eth Network Control Policy Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFabric Eth Network Control Policy Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetFabric Eth Network Control Policy Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFabric Eth Network Control Policy Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetFabric Eth Network Control Policy Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFabric Eth Network Control Policy Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetFabric Eth Network Control Policy Version Context Interested Mo] - marked_
for_ booldeletion - 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 GetFabric Eth Network Control Policy Version Context Ref Mo - 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- 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 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet