UpdateGreFlexTunnelConfigurationDetails¶
-
class
oci.vn_monitoring.models.UpdateGreFlexTunnelConfigurationDetails(**kwargs)¶ Bases:
oci.vn_monitoring.models.update_flex_tunnel_configuration_details.UpdateFlexTunnelConfigurationDetailsThe gre tunnel configuration update details.
Attributes
TUNNEL_TYPE_GREstr(object=’’) -> str 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 UpdateGreFlexTunnelConfigurationDetails 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'¶
-
__init__(**kwargs)¶ Initializes a new UpdateGreFlexTunnelConfigurationDetails object with values from keyword arguments. The default value of the
tunnel_typeattribute of this class isGREand it should not be changed. 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 UpdateGreFlexTunnelConfigurationDetails. Allowed values for this property are: “GRE”
- customer_tunnel_ip (str) – The value to assign to the customer_tunnel_ip property of this UpdateGreFlexTunnelConfigurationDetails.
- oracle_tunnel_ip (str) – The value to assign to the oracle_tunnel_ip property of this UpdateGreFlexTunnelConfigurationDetails.
- bgp_session (oci.vn_monitoring.models.UpdateFlexTunnelBgpSessionDetails) – The value to assign to the bgp_session property of this UpdateGreFlexTunnelConfigurationDetails.
-
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
-