NM.SettingGeneve¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingGeneve(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GENEVE Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingGeneveobject- Return type:
Creates a new
NM.SettingGeneveobject with default values.New in version 1.58.
- get_destination_port()¶
- Returns:
the
NM.SettingGeneve:destination-portproperty of the setting- Return type:
New in version 1.58.
- get_df()¶
- Returns:
the
NM.SettingGeneve:dfproperty of the setting- Return type:
New in version 1.58.
- get_id()¶
- Returns:
the
NM.SettingGeneve:idproperty of the setting- Return type:
New in version 1.58.
- get_remote()¶
- Returns:
the
NM.SettingGeneve:remoteproperty of the setting- Return type:
New in version 1.58.
- get_tos()¶
- Returns:
the
NM.SettingGeneve:tosproperty of the setting- Return type:
New in version 1.58.
- get_ttl()¶
- Returns:
the
NM.SettingGeneve:ttlproperty of the setting- Return type:
New in version 1.58.
Property Details¶
- NM.SettingGeneve.props.destination_port¶
- Name:
destination-port- Type:
- Default Value:
6081- Flags:
Specifies the UDP destination port to communicate to the remote GENEVE tunnel endpoint.
New in version 1.58.
- NM.SettingGeneve.props.df¶
- Name:
df- Type:
- Default Value:
0- Flags:
Specifies how the Don’t Fragment (DF) flag should be handled in the outer IP header of GENEVE tunnel packets.
NM.SettingGeneveDf.UNSET(0): Don’t set the DF flag, packets may be fragmented.NM.SettingGeneveDf.SET(1): Always set the DF flag, packets will not be fragmented.NM.SettingGeneveDf.INHERIT(2): Inherit the DF flag from the inner IP header.New in version 1.58.
- NM.SettingGeneve.props.id¶
- Name:
id- Type:
- Default Value:
0- Flags:
Specifies the GENEVE Network Identifier (or GENEVE Segment Identifier) to use.
New in version 1.58.
- NM.SettingGeneve.props.remote¶
- Name:
remote- Type:
- Default Value:
- Flags:
Specifies the unicast destination IP address to use in outgoing packets when communicating with the remote GENEVE tunnel endpoint.
New in version 1.58.
- NM.SettingGeneve.props.tos¶
- Name:
tos- Type:
- Default Value:
0- Flags:
Specifies the TOS value to use in outgoing packets. The special value “inherit” (1) means inherit from outer packet.
New in version 1.58.
- NM.SettingGeneve.props.ttl¶
- Name:
ttl- Type:
- Default Value:
0- Flags:
Specifies the time-to-live value to use in outgoing packets. The special value “inherit” (-1) means inherit from outer packet, 0 means auto, 1-255 are fixed values.
New in version 1.58.