UpdateFlexTunnelConfigurationDetails¶
-
class
oci.vn_monitoring.models.UpdateFlexTunnelConfigurationDetails(**kwargs)¶ Bases:
objectThe update details for tunnel configuration.
Attributes
TUNNEL_TYPE_GREA constant which can be used with the tunnel_type property of a UpdateFlexTunnelConfigurationDetails. bgp_sessionGets the bgp_session of this UpdateFlexTunnelConfigurationDetails. customer_tunnel_ipGets the customer_tunnel_ip of this UpdateFlexTunnelConfigurationDetails. oracle_tunnel_ipGets the oracle_tunnel_ip of this UpdateFlexTunnelConfigurationDetails. tunnel_type[Required] Gets the tunnel_type of this UpdateFlexTunnelConfigurationDetails. Methods
__init__(**kwargs)Initializes a new UpdateFlexTunnelConfigurationDetails object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TUNNEL_TYPE_GRE= 'GRE'¶ A constant which can be used with the tunnel_type property of a UpdateFlexTunnelConfigurationDetails. This constant has a value of “GRE”
-
__init__(**kwargs)¶ Initializes a new UpdateFlexTunnelConfigurationDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tunnel_type (str) – The value to assign to the tunnel_type property of this UpdateFlexTunnelConfigurationDetails. Allowed values for this property are: “GRE”
- customer_tunnel_ip (str) – The value to assign to the customer_tunnel_ip property of this UpdateFlexTunnelConfigurationDetails.
- oracle_tunnel_ip (str) – The value to assign to the oracle_tunnel_ip property of this UpdateFlexTunnelConfigurationDetails.
- bgp_session (oci.vn_monitoring.models.UpdateFlexTunnelBgpSessionDetails) – The value to assign to the bgp_session property of this UpdateFlexTunnelConfigurationDetails.
-
bgp_session¶ Gets the bgp_session of this UpdateFlexTunnelConfigurationDetails.
Returns: The bgp_session of this UpdateFlexTunnelConfigurationDetails. Return type: oci.vn_monitoring.models.UpdateFlexTunnelBgpSessionDetails
-
customer_tunnel_ip¶ Gets the customer_tunnel_ip of this UpdateFlexTunnelConfigurationDetails. IP address of your end of the tunnel.
Returns: The customer_tunnel_ip of this UpdateFlexTunnelConfigurationDetails. Return type: str
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
oracle_tunnel_ip¶ Gets the oracle_tunnel_ip of this UpdateFlexTunnelConfigurationDetails. IP address of the oracle end of the tunnel.
Returns: The oracle_tunnel_ip of this UpdateFlexTunnelConfigurationDetails. Return type: str
-
tunnel_type¶ [Required] Gets the tunnel_type of this UpdateFlexTunnelConfigurationDetails. The tunnel encapsulation protocol.
Allowed values for this property are: “GRE”
Returns: The tunnel_type of this UpdateFlexTunnelConfigurationDetails. Return type: str
-