intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getNetworkVethernet
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Vethernet configured on a Fabric Interconnect.
Using getNetworkVethernet
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 getNetworkVethernet(args: GetNetworkVethernetArgs, opts?: InvokeOptions): Promise<GetNetworkVethernetResult>
function getNetworkVethernetOutput(args: GetNetworkVethernetOutputArgs, opts?: InvokeOptions): Output<GetNetworkVethernetResult>
def get_network_vethernet(account_moid: Optional[str] = None,
adapter_host_eth_interface: Optional[GetNetworkVethernetAdapterHostEthInterface] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetNetworkVethernetAncestor]] = None,
bound_interface: Optional[GetNetworkVethernetBoundInterface] = None,
bound_interface_dn: Optional[str] = None,
burst: Optional[float] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
device_mo_id: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
network_element: Optional[GetNetworkVethernetNetworkElement] = None,
object_type: Optional[str] = None,
oper_reason: Optional[str] = None,
oper_state: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetNetworkVethernetParent] = None,
permission_resources: Optional[Sequence[GetNetworkVethernetPermissionResource]] = None,
pinned_interface: Optional[GetNetworkVethernetPinnedInterface] = None,
pinned_interface_dn: Optional[str] = None,
ratelimit: Optional[float] = None,
registered_device: Optional[GetNetworkVethernetRegisteredDevice] = None,
rn: Optional[str] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetNetworkVethernetTag]] = None,
version_context: Optional[GetNetworkVethernetVersionContext] = None,
veth_id: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkVethernetResult
def get_network_vethernet_output(account_moid: Optional[pulumi.Input[str]] = None,
adapter_host_eth_interface: Optional[pulumi.Input[GetNetworkVethernetAdapterHostEthInterfaceArgs]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkVethernetAncestorArgs]]]] = None,
bound_interface: Optional[pulumi.Input[GetNetworkVethernetBoundInterfaceArgs]] = None,
bound_interface_dn: Optional[pulumi.Input[str]] = None,
burst: Optional[pulumi.Input[float]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
network_element: Optional[pulumi.Input[GetNetworkVethernetNetworkElementArgs]] = None,
object_type: Optional[pulumi.Input[str]] = None,
oper_reason: Optional[pulumi.Input[str]] = None,
oper_state: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetNetworkVethernetParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkVethernetPermissionResourceArgs]]]] = None,
pinned_interface: Optional[pulumi.Input[GetNetworkVethernetPinnedInterfaceArgs]] = None,
pinned_interface_dn: Optional[pulumi.Input[str]] = None,
ratelimit: Optional[pulumi.Input[float]] = None,
registered_device: Optional[pulumi.Input[GetNetworkVethernetRegisteredDeviceArgs]] = None,
rn: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkVethernetTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetNetworkVethernetVersionContextArgs]] = None,
veth_id: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkVethernetResult]
func LookupNetworkVethernet(ctx *Context, args *LookupNetworkVethernetArgs, opts ...InvokeOption) (*LookupNetworkVethernetResult, error)
func LookupNetworkVethernetOutput(ctx *Context, args *LookupNetworkVethernetOutputArgs, opts ...InvokeOption) LookupNetworkVethernetResultOutput
> Note: This function is named LookupNetworkVethernet
in the Go SDK.
public static class GetNetworkVethernet
{
public static Task<GetNetworkVethernetResult> InvokeAsync(GetNetworkVethernetArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkVethernetResult> Invoke(GetNetworkVethernetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkVethernetResult> getNetworkVethernet(GetNetworkVethernetArgs args, InvokeOptions options)
public static Output<GetNetworkVethernetResult> getNetworkVethernet(GetNetworkVethernetArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getNetworkVethernet:getNetworkVethernet
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Adapter
Host GetEth Interface Network Vethernet Adapter Host Eth Interface - Additional
Properties string - Ancestors
List<Get
Network Vethernet Ancestor> - Bound
Interface GetNetwork Vethernet Bound Interface - Bound
Interface stringDn - Port or portchannel interface configured for vitual ethernet interface.
- Burst double
- Burst defined on QoS policy.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description for the vNIC.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Network
Element GetNetwork Vethernet Network Element - Object
Type string - Oper
Reason string - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- Oper
State string - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - Owners List<string>
- Parent
Get
Network Vethernet Parent - Permission
Resources List<GetNetwork Vethernet Permission Resource> - Pinned
Interface GetNetwork Vethernet Pinned Interface - Pinned
Interface stringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- Ratelimit double
- Rate limit defined on QoS policy.
- Registered
Device GetNetwork Vethernet Registered Device - Rn string
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Tag> - Version
Context GetNetwork Vethernet Version Context - Veth
Id double - Vethernet Identifier on a Fabric Interconnect.
- Account
Moid string - The Account ID for this managed object.
- Adapter
Host GetEth Interface Network Vethernet Adapter Host Eth Interface - Additional
Properties string - Ancestors
[]Get
Network Vethernet Ancestor - Bound
Interface GetNetwork Vethernet Bound Interface - Bound
Interface stringDn - Port or portchannel interface configured for vitual ethernet interface.
- Burst float64
- Burst defined on QoS policy.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description for the vNIC.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Network
Element GetNetwork Vethernet Network Element - Object
Type string - Oper
Reason string - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- Oper
State string - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - Owners []string
- Parent
Get
Network Vethernet Parent - Permission
Resources []GetNetwork Vethernet Permission Resource - Pinned
Interface GetNetwork Vethernet Pinned Interface - Pinned
Interface stringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- Ratelimit float64
- Rate limit defined on QoS policy.
- Registered
Device GetNetwork Vethernet Registered Device - Rn string
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Tag - Version
Context GetNetwork Vethernet Version Context - Veth
Id float64 - Vethernet Identifier on a Fabric Interconnect.
- account
Moid String - The Account ID for this managed object.
- adapter
Host GetEth Interface Network Vethernet Adapter Host Eth Interface - additional
Properties String - ancestors
List<Get
Network Vethernet Ancestor> - bound
Interface GetNetwork Vethernet Bound Interface - bound
Interface StringDn - Port or portchannel interface configured for vitual ethernet interface.
- burst Double
- Burst defined on QoS policy.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description for the vNIC.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- network
Element GetNetwork Vethernet Network Element - object
Type String - oper
Reason String - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- oper
State String - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - owners List<String>
- parent
Get
Network Vethernet Parent - permission
Resources List<GetNetwork Vethernet Permission Resource> - pinned
Interface GetNetwork Vethernet Pinned Interface - pinned
Interface StringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- ratelimit Double
- Rate limit defined on QoS policy.
- registered
Device GetNetwork Vethernet Registered Device - rn String
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Tag> - version
Context GetNetwork Vethernet Version Context - veth
Id Double - Vethernet Identifier on a Fabric Interconnect.
- account
Moid string - The Account ID for this managed object.
- adapter
Host GetEth Interface Network Vethernet Adapter Host Eth Interface - additional
Properties string - ancestors
Get
Network Vethernet Ancestor[] - bound
Interface GetNetwork Vethernet Bound Interface - bound
Interface stringDn - Port or portchannel interface configured for vitual ethernet interface.
- burst number
- Burst defined on QoS policy.
- class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description for the vNIC.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- network
Element GetNetwork Vethernet Network Element - object
Type string - oper
Reason string - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- oper
State string - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - owners string[]
- parent
Get
Network Vethernet Parent - permission
Resources GetNetwork Vethernet Permission Resource[] - pinned
Interface GetNetwork Vethernet Pinned Interface - pinned
Interface stringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- ratelimit number
- Rate limit defined on QoS policy.
- registered
Device GetNetwork Vethernet Registered Device - rn string
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Tag[] - version
Context GetNetwork Vethernet Version Context - veth
Id number - Vethernet Identifier on a Fabric Interconnect.
- account_
moid str - The Account ID for this managed object.
- adapter_
host_ Geteth_ interface Network Vethernet Adapter Host Eth Interface - additional_
properties str - ancestors
Sequence[Get
Network Vethernet Ancestor] - bound_
interface GetNetwork Vethernet Bound Interface - bound_
interface_ strdn - Port or portchannel interface configured for vitual ethernet interface.
- burst float
- Burst defined on QoS policy.
- class_
id str - create_
time str - The time when this managed object was created.
- description str
- Description for the vNIC.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- network_
element GetNetwork Vethernet Network Element - object_
type str - oper_
reason str - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- oper_
state str - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - owners Sequence[str]
- parent
Get
Network Vethernet Parent - permission_
resources Sequence[GetNetwork Vethernet Permission Resource] - pinned_
interface GetNetwork Vethernet Pinned Interface - pinned_
interface_ strdn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- ratelimit float
- Rate limit defined on QoS policy.
- registered_
device GetNetwork Vethernet Registered Device - rn str
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Tag] - version_
context GetNetwork Vethernet Version Context - veth_
id float - Vethernet Identifier on a Fabric Interconnect.
- account
Moid String - The Account ID for this managed object.
- adapter
Host Property MapEth Interface - additional
Properties String - ancestors List<Property Map>
- bound
Interface Property Map - bound
Interface StringDn - Port or portchannel interface configured for vitual ethernet interface.
- burst Number
- Burst defined on QoS policy.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description for the vNIC.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- network
Element Property Map - object
Type String - oper
Reason String - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- oper
State String - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - pinned
Interface Property Map - pinned
Interface StringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- ratelimit Number
- Rate limit defined on QoS policy.
- registered
Device Property Map - rn String
- The Relative Name uniquely identifies an object within a given context.
- 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>
- version
Context Property Map - veth
Id Number - Vethernet Identifier on a Fabric Interconnect.
getNetworkVethernet Result
The following output properties are available:
- Id string
- Results
List<Get
Network Vethernet Result> - Account
Moid string - Adapter
Host GetEth Interface Network Vethernet Adapter Host Eth Interface - Additional
Properties string - Ancestors
List<Get
Network Vethernet Ancestor> - Bound
Interface GetNetwork Vethernet Bound Interface - Bound
Interface stringDn - Burst double
- Class
Id string - Create
Time string - Description string
- Device
Mo stringId - Dn string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Network
Element GetNetwork Vethernet Network Element - Object
Type string - Oper
Reason string - Oper
State string - Owners List<string>
- Parent
Get
Network Vethernet Parent - Permission
Resources List<GetNetwork Vethernet Permission Resource> - Pinned
Interface GetNetwork Vethernet Pinned Interface - Pinned
Interface stringDn - Ratelimit double
- Registered
Device GetNetwork Vethernet Registered Device - Rn string
- string
- List<Get
Network Vethernet Tag> - Version
Context GetNetwork Vethernet Version Context - Veth
Id double
- Id string
- Results
[]Get
Network Vethernet Result - Account
Moid string - Adapter
Host GetEth Interface Network Vethernet Adapter Host Eth Interface - Additional
Properties string - Ancestors
[]Get
Network Vethernet Ancestor - Bound
Interface GetNetwork Vethernet Bound Interface - Bound
Interface stringDn - Burst float64
- Class
Id string - Create
Time string - Description string
- Device
Mo stringId - Dn string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Network
Element GetNetwork Vethernet Network Element - Object
Type string - Oper
Reason string - Oper
State string - Owners []string
- Parent
Get
Network Vethernet Parent - Permission
Resources []GetNetwork Vethernet Permission Resource - Pinned
Interface GetNetwork Vethernet Pinned Interface - Pinned
Interface stringDn - Ratelimit float64
- Registered
Device GetNetwork Vethernet Registered Device - Rn string
- string
- []Get
Network Vethernet Tag - Version
Context GetNetwork Vethernet Version Context - Veth
Id float64
- id String
- results
List<Get
Network Vethernet Result> - account
Moid String - adapter
Host GetEth Interface Network Vethernet Adapter Host Eth Interface - additional
Properties String - ancestors
List<Get
Network Vethernet Ancestor> - bound
Interface GetNetwork Vethernet Bound Interface - bound
Interface StringDn - burst Double
- class
Id String - create
Time String - description String
- device
Mo StringId - dn String
- domain
Group StringMoid - mod
Time String - moid String
- network
Element GetNetwork Vethernet Network Element - object
Type String - oper
Reason String - oper
State String - owners List<String>
- parent
Get
Network Vethernet Parent - permission
Resources List<GetNetwork Vethernet Permission Resource> - pinned
Interface GetNetwork Vethernet Pinned Interface - pinned
Interface StringDn - ratelimit Double
- registered
Device GetNetwork Vethernet Registered Device - rn String
- String
- List<Get
Network Vethernet Tag> - version
Context GetNetwork Vethernet Version Context - veth
Id Double
- id string
- results
Get
Network Vethernet Result[] - account
Moid string - adapter
Host GetEth Interface Network Vethernet Adapter Host Eth Interface - additional
Properties string - ancestors
Get
Network Vethernet Ancestor[] - bound
Interface GetNetwork Vethernet Bound Interface - bound
Interface stringDn - burst number
- class
Id string - create
Time string - description string
- device
Mo stringId - dn string
- domain
Group stringMoid - mod
Time string - moid string
- network
Element GetNetwork Vethernet Network Element - object
Type string - oper
Reason string - oper
State string - owners string[]
- parent
Get
Network Vethernet Parent - permission
Resources GetNetwork Vethernet Permission Resource[] - pinned
Interface GetNetwork Vethernet Pinned Interface - pinned
Interface stringDn - ratelimit number
- registered
Device GetNetwork Vethernet Registered Device - rn string
- string
- Get
Network Vethernet Tag[] - version
Context GetNetwork Vethernet Version Context - veth
Id number
- id str
- results
Sequence[Get
Network Vethernet Result] - account_
moid str - adapter_
host_ Geteth_ interface Network Vethernet Adapter Host Eth Interface - additional_
properties str - ancestors
Sequence[Get
Network Vethernet Ancestor] - bound_
interface GetNetwork Vethernet Bound Interface - bound_
interface_ strdn - burst float
- class_
id str - create_
time str - description str
- device_
mo_ strid - dn str
- domain_
group_ strmoid - mod_
time str - moid str
- network_
element GetNetwork Vethernet Network Element - object_
type str - oper_
reason str - oper_
state str - owners Sequence[str]
- parent
Get
Network Vethernet Parent - permission_
resources Sequence[GetNetwork Vethernet Permission Resource] - pinned_
interface GetNetwork Vethernet Pinned Interface - pinned_
interface_ strdn - ratelimit float
- registered_
device GetNetwork Vethernet Registered Device - rn str
- str
- Sequence[Get
Network Vethernet Tag] - version_
context GetNetwork Vethernet Version Context - veth_
id float
- id String
- results List<Property Map>
- account
Moid String - adapter
Host Property MapEth Interface - additional
Properties String - ancestors List<Property Map>
- bound
Interface Property Map - bound
Interface StringDn - burst Number
- class
Id String - create
Time String - description String
- device
Mo StringId - dn String
- domain
Group StringMoid - mod
Time String - moid String
- network
Element Property Map - object
Type String - oper
Reason String - oper
State String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - pinned
Interface Property Map - pinned
Interface StringDn - ratelimit Number
- registered
Device Property Map - rn String
- String
- List<Property Map>
- version
Context Property Map - veth
Id Number
Supporting Types
GetNetworkVethernetAdapterHostEthInterface
- 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'.
GetNetworkVethernetAncestor
- 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'.
GetNetworkVethernetBoundInterface
- 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'.
GetNetworkVethernetNetworkElement
- 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'.
GetNetworkVethernetParent
- 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'.
GetNetworkVethernetPermissionResource
- 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'.
GetNetworkVethernetPinnedInterface
- 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'.
GetNetworkVethernetRegisteredDevice
- 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'.
GetNetworkVethernetResult
- Account
Moid string - The Account ID for this managed object.
- Adapter
Host List<GetEth Interfaces Network Vethernet Result Adapter Host Eth Interface> - Additional
Properties string - Ancestors
List<Get
Network Vethernet Result Ancestor> - Bound
Interface stringDn - Port or portchannel interface configured for vitual ethernet interface.
- Bound
Interfaces List<GetNetwork Vethernet Result Bound Interface> - Burst double
- Burst defined on QoS policy.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description for the vNIC.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Network
Elements List<GetNetwork Vethernet Result Network Element> - Object
Type string - Oper
Reason string - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- Oper
State string - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - Owners List<string>
- Parents
List<Get
Network Vethernet Result Parent> - Permission
Resources List<GetNetwork Vethernet Result Permission Resource> - Pinned
Interface stringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- Pinned
Interfaces List<GetNetwork Vethernet Result Pinned Interface> - Ratelimit double
- Rate limit defined on QoS policy.
- Registered
Devices List<GetNetwork Vethernet Result Registered Device> - Rn string
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Result Tag> - Version
Contexts List<GetNetwork Vethernet Result Version Context> - Veth
Id double - Vethernet Identifier on a Fabric Interconnect.
- Account
Moid string - The Account ID for this managed object.
- Adapter
Host []GetEth Interfaces Network Vethernet Result Adapter Host Eth Interface - Additional
Properties string - Ancestors
[]Get
Network Vethernet Result Ancestor - Bound
Interface stringDn - Port or portchannel interface configured for vitual ethernet interface.
- Bound
Interfaces []GetNetwork Vethernet Result Bound Interface - Burst float64
- Burst defined on QoS policy.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description for the vNIC.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Network
Elements []GetNetwork Vethernet Result Network Element - Object
Type string - Oper
Reason string - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- Oper
State string - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - Owners []string
- Parents
[]Get
Network Vethernet Result Parent - Permission
Resources []GetNetwork Vethernet Result Permission Resource - Pinned
Interface stringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- Pinned
Interfaces []GetNetwork Vethernet Result Pinned Interface - Ratelimit float64
- Rate limit defined on QoS policy.
- Registered
Devices []GetNetwork Vethernet Result Registered Device - Rn string
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Result Tag - Version
Contexts []GetNetwork Vethernet Result Version Context - Veth
Id float64 - Vethernet Identifier on a Fabric Interconnect.
- account
Moid String - The Account ID for this managed object.
- adapter
Host List<GetEth Interfaces Network Vethernet Result Adapter Host Eth Interface> - additional
Properties String - ancestors
List<Get
Network Vethernet Result Ancestor> - bound
Interface StringDn - Port or portchannel interface configured for vitual ethernet interface.
- bound
Interfaces List<GetNetwork Vethernet Result Bound Interface> - burst Double
- Burst defined on QoS policy.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description for the vNIC.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- network
Elements List<GetNetwork Vethernet Result Network Element> - object
Type String - oper
Reason String - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- oper
State String - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - owners List<String>
- parents
List<Get
Network Vethernet Result Parent> - permission
Resources List<GetNetwork Vethernet Result Permission Resource> - pinned
Interface StringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- pinned
Interfaces List<GetNetwork Vethernet Result Pinned Interface> - ratelimit Double
- Rate limit defined on QoS policy.
- registered
Devices List<GetNetwork Vethernet Result Registered Device> - rn String
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Result Tag> - version
Contexts List<GetNetwork Vethernet Result Version Context> - veth
Id Double - Vethernet Identifier on a Fabric Interconnect.
- account
Moid string - The Account ID for this managed object.
- adapter
Host GetEth Interfaces Network Vethernet Result Adapter Host Eth Interface[] - additional
Properties string - ancestors
Get
Network Vethernet Result Ancestor[] - bound
Interface stringDn - Port or portchannel interface configured for vitual ethernet interface.
- bound
Interfaces GetNetwork Vethernet Result Bound Interface[] - burst number
- Burst defined on QoS policy.
- class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description for the vNIC.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- network
Elements GetNetwork Vethernet Result Network Element[] - object
Type string - oper
Reason string - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- oper
State string - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - owners string[]
- parents
Get
Network Vethernet Result Parent[] - permission
Resources GetNetwork Vethernet Result Permission Resource[] - pinned
Interface stringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- pinned
Interfaces GetNetwork Vethernet Result Pinned Interface[] - ratelimit number
- Rate limit defined on QoS policy.
- registered
Devices GetNetwork Vethernet Result Registered Device[] - rn string
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Result Tag[] - version
Contexts GetNetwork Vethernet Result Version Context[] - veth
Id number - Vethernet Identifier on a Fabric Interconnect.
- account_
moid str - The Account ID for this managed object.
- adapter_
host_ Sequence[Geteth_ interfaces Network Vethernet Result Adapter Host Eth Interface] - additional_
properties str - ancestors
Sequence[Get
Network Vethernet Result Ancestor] - bound_
interface_ strdn - Port or portchannel interface configured for vitual ethernet interface.
- bound_
interfaces Sequence[GetNetwork Vethernet Result Bound Interface] - burst float
- Burst defined on QoS policy.
- class_
id str - create_
time str - The time when this managed object was created.
- description str
- Description for the vNIC.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- network_
elements Sequence[GetNetwork Vethernet Result Network Element] - object_
type str - oper_
reason str - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- oper_
state str - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - owners Sequence[str]
- parents
Sequence[Get
Network Vethernet Result Parent] - permission_
resources Sequence[GetNetwork Vethernet Result Permission Resource] - pinned_
interface_ strdn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- pinned_
interfaces Sequence[GetNetwork Vethernet Result Pinned Interface] - ratelimit float
- Rate limit defined on QoS policy.
- registered_
devices Sequence[GetNetwork Vethernet Result Registered Device] - rn str
- The Relative Name uniquely identifies an object within a given context.
- 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
Network Vethernet Result Tag] - version_
contexts Sequence[GetNetwork Vethernet Result Version Context] - veth_
id float - Vethernet Identifier on a Fabric Interconnect.
- account
Moid String - The Account ID for this managed object.
- adapter
Host List<Property Map>Eth Interfaces - additional
Properties String - ancestors List<Property Map>
- bound
Interface StringDn - Port or portchannel interface configured for vitual ethernet interface.
- bound
Interfaces List<Property Map> - burst Number
- Burst defined on QoS policy.
- class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description for the vNIC.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- network
Elements List<Property Map> - object
Type String - oper
Reason String - Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.
- oper
State String - The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.*
unknown
- The operational state of the Vethernet is not known.*adminDown
- The operational state of the Vethernet is admin down.*up
- The operational state of the Vethernet is Up.*down
- The operational state of the Vethernet is Down.*noLicense
- The operational state of the Vethernet is no license.*linkUp
- The operational state of the Vethernet is link up.*hardwareFailure
- The operational state of the Vethernet is hardware failure.*softwareFailure
- The operational state of the Vethernet is software failure.*errorDisabled
- The operational state of the Vethernet is error disabled.*linkDown
- The operational state of the Vethernet is link down.*sfpNotPresent
- The operational state of the Vethernet is SFP not present.*udldAggrDown
- The operational state of the Vethernet is UDLD aggregate down. - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - pinned
Interface StringDn - Uplink port or portchannel interface pinned to a vitual ethernet interface.
- pinned
Interfaces List<Property Map> - ratelimit Number
- Rate limit defined on QoS policy.
- registered
Devices List<Property Map> - rn String
- The Relative Name uniquely identifies an object within a given context.
- 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>
- version
Contexts List<Property Map> - veth
Id Number - Vethernet Identifier on a Fabric Interconnect.
GetNetworkVethernetResultAdapterHostEthInterface
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetResultBoundInterface
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetResultNetworkElement
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetResultPinnedInterface
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetNetworkVethernetResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetNetwork Vethernet Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetNetwork Vethernet Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetNetworkVethernetResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkVethernetTag
- 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.
GetNetworkVethernetVersionContext
- 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<GetNetwork Vethernet 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 GetNetwork Vethernet 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 []GetNetwork Vethernet 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 GetNetwork Vethernet 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<GetNetwork Vethernet 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 GetNetwork Vethernet 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 GetNetwork Vethernet 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 GetNetwork Vethernet 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[GetNetwork Vethernet 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 GetNetwork Vethernet 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.
GetNetworkVethernetVersionContextInterestedMo
- 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'.
GetNetworkVethernetVersionContextRefMo
- 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.64 published on Wednesday, Apr 30, 2025 by ciscodevnet