1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. ManagementServiceGtp
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw

    This resource allows you to execute Check Point Service Gtp.

    Create ManagementServiceGtp Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ManagementServiceGtp(name: string, args?: ManagementServiceGtpArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementServiceGtp(resource_name: str,
                             args: Optional[ManagementServiceGtpArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementServiceGtp(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             access_point_name: Optional[ManagementServiceGtpAccessPointNameArgs] = None,
                             allow_usage_of_static_ip: Optional[bool] = None,
                             apply_access_policy_on_user_traffic: Optional[ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs] = None,
                             color: Optional[str] = None,
                             comments: Optional[str] = None,
                             cs_fallback_and_srvcc: Optional[bool] = None,
                             groups: Optional[Sequence[str]] = None,
                             ignore_errors: Optional[bool] = None,
                             ignore_warnings: Optional[bool] = None,
                             imsi_prefix: Optional[ManagementServiceGtpImsiPrefixArgs] = None,
                             interface_profile: Optional[ManagementServiceGtpInterfaceProfileArgs] = None,
                             ldap_group: Optional[ManagementServiceGtpLdapGroupArgs] = None,
                             management_service_gtp_id: Optional[str] = None,
                             ms_isdn: Optional[ManagementServiceGtpMsIsdnArgs] = None,
                             name: Optional[str] = None,
                             radio_access_technology: Optional[ManagementServiceGtpRadioAccessTechnologyArgs] = None,
                             restoration_and_recovery: Optional[bool] = None,
                             reverse_service: Optional[bool] = None,
                             selection_mode: Optional[ManagementServiceGtpSelectionModeArgs] = None,
                             tags: Optional[Sequence[str]] = None,
                             trace_management: Optional[bool] = None,
                             version: Optional[str] = None)
    func NewManagementServiceGtp(ctx *Context, name string, args *ManagementServiceGtpArgs, opts ...ResourceOption) (*ManagementServiceGtp, error)
    public ManagementServiceGtp(string name, ManagementServiceGtpArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementServiceGtp(String name, ManagementServiceGtpArgs args)
    public ManagementServiceGtp(String name, ManagementServiceGtpArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementServiceGtp
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ManagementServiceGtpArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ManagementServiceGtpArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ManagementServiceGtpArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementServiceGtpArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementServiceGtpArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var managementServiceGtpResource = new Checkpoint.ManagementServiceGtp("managementServiceGtpResource", new()
    {
        AccessPointName = new Checkpoint.Inputs.ManagementServiceGtpAccessPointNameArgs
        {
            Apn = "string",
            Enable = false,
        },
        AllowUsageOfStaticIp = false,
        ApplyAccessPolicyOnUserTraffic = new Checkpoint.Inputs.ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs
        {
            AddImsiFieldToLog = false,
            Enable = false,
        },
        Color = "string",
        Comments = "string",
        CsFallbackAndSrvcc = false,
        Groups = new[]
        {
            "string",
        },
        IgnoreErrors = false,
        IgnoreWarnings = false,
        ImsiPrefix = new Checkpoint.Inputs.ManagementServiceGtpImsiPrefixArgs
        {
            Enable = false,
            Prefix = "string",
        },
        InterfaceProfile = new Checkpoint.Inputs.ManagementServiceGtpInterfaceProfileArgs
        {
            CustomMessageTypes = "string",
            Profile = "string",
        },
        LdapGroup = new Checkpoint.Inputs.ManagementServiceGtpLdapGroupArgs
        {
            AccordingTo = "string",
            Enable = false,
            Group = "string",
        },
        ManagementServiceGtpId = "string",
        MsIsdn = new Checkpoint.Inputs.ManagementServiceGtpMsIsdnArgs
        {
            Enable = false,
            MsIsdn = "string",
        },
        Name = "string",
        RadioAccessTechnology = new Checkpoint.Inputs.ManagementServiceGtpRadioAccessTechnologyArgs
        {
            Eutran = false,
            Gan = false,
            Geran = false,
            HspaEvolution = false,
            NbIot = false,
            OtherTypesRange = new Checkpoint.Inputs.ManagementServiceGtpRadioAccessTechnologyOtherTypesRangeArgs
            {
                Enable = false,
                Types = "string",
            },
            Utran = false,
            Virtual = false,
            Wlan = false,
        },
        RestorationAndRecovery = false,
        ReverseService = false,
        SelectionMode = new Checkpoint.Inputs.ManagementServiceGtpSelectionModeArgs
        {
            Enable = false,
            Mode = 0,
        },
        Tags = new[]
        {
            "string",
        },
        TraceManagement = false,
        Version = "string",
    });
    
    example, err := checkpoint.NewManagementServiceGtp(ctx, "managementServiceGtpResource", &checkpoint.ManagementServiceGtpArgs{
    	AccessPointName: &checkpoint.ManagementServiceGtpAccessPointNameArgs{
    		Apn:    pulumi.String("string"),
    		Enable: pulumi.Bool(false),
    	},
    	AllowUsageOfStaticIp: pulumi.Bool(false),
    	ApplyAccessPolicyOnUserTraffic: &checkpoint.ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs{
    		AddImsiFieldToLog: pulumi.Bool(false),
    		Enable:            pulumi.Bool(false),
    	},
    	Color:              pulumi.String("string"),
    	Comments:           pulumi.String("string"),
    	CsFallbackAndSrvcc: pulumi.Bool(false),
    	Groups: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	IgnoreErrors:   pulumi.Bool(false),
    	IgnoreWarnings: pulumi.Bool(false),
    	ImsiPrefix: &checkpoint.ManagementServiceGtpImsiPrefixArgs{
    		Enable: pulumi.Bool(false),
    		Prefix: pulumi.String("string"),
    	},
    	InterfaceProfile: &checkpoint.ManagementServiceGtpInterfaceProfileArgs{
    		CustomMessageTypes: pulumi.String("string"),
    		Profile:            pulumi.String("string"),
    	},
    	LdapGroup: &checkpoint.ManagementServiceGtpLdapGroupArgs{
    		AccordingTo: pulumi.String("string"),
    		Enable:      pulumi.Bool(false),
    		Group:       pulumi.String("string"),
    	},
    	ManagementServiceGtpId: pulumi.String("string"),
    	MsIsdn: &checkpoint.ManagementServiceGtpMsIsdnArgs{
    		Enable: pulumi.Bool(false),
    		MsIsdn: pulumi.String("string"),
    	},
    	Name: pulumi.String("string"),
    	RadioAccessTechnology: &checkpoint.ManagementServiceGtpRadioAccessTechnologyArgs{
    		Eutran:        pulumi.Bool(false),
    		Gan:           pulumi.Bool(false),
    		Geran:         pulumi.Bool(false),
    		HspaEvolution: pulumi.Bool(false),
    		NbIot:         pulumi.Bool(false),
    		OtherTypesRange: &checkpoint.ManagementServiceGtpRadioAccessTechnologyOtherTypesRangeArgs{
    			Enable: pulumi.Bool(false),
    			Types:  pulumi.String("string"),
    		},
    		Utran:   pulumi.Bool(false),
    		Virtual: pulumi.Bool(false),
    		Wlan:    pulumi.Bool(false),
    	},
    	RestorationAndRecovery: pulumi.Bool(false),
    	ReverseService:         pulumi.Bool(false),
    	SelectionMode: &checkpoint.ManagementServiceGtpSelectionModeArgs{
    		Enable: pulumi.Bool(false),
    		Mode:   pulumi.Float64(0),
    	},
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	TraceManagement: pulumi.Bool(false),
    	Version:         pulumi.String("string"),
    })
    
    var managementServiceGtpResource = new ManagementServiceGtp("managementServiceGtpResource", ManagementServiceGtpArgs.builder()
        .accessPointName(ManagementServiceGtpAccessPointNameArgs.builder()
            .apn("string")
            .enable(false)
            .build())
        .allowUsageOfStaticIp(false)
        .applyAccessPolicyOnUserTraffic(ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs.builder()
            .addImsiFieldToLog(false)
            .enable(false)
            .build())
        .color("string")
        .comments("string")
        .csFallbackAndSrvcc(false)
        .groups("string")
        .ignoreErrors(false)
        .ignoreWarnings(false)
        .imsiPrefix(ManagementServiceGtpImsiPrefixArgs.builder()
            .enable(false)
            .prefix("string")
            .build())
        .interfaceProfile(ManagementServiceGtpInterfaceProfileArgs.builder()
            .customMessageTypes("string")
            .profile("string")
            .build())
        .ldapGroup(ManagementServiceGtpLdapGroupArgs.builder()
            .accordingTo("string")
            .enable(false)
            .group("string")
            .build())
        .managementServiceGtpId("string")
        .msIsdn(ManagementServiceGtpMsIsdnArgs.builder()
            .enable(false)
            .msIsdn("string")
            .build())
        .name("string")
        .radioAccessTechnology(ManagementServiceGtpRadioAccessTechnologyArgs.builder()
            .eutran(false)
            .gan(false)
            .geran(false)
            .hspaEvolution(false)
            .nbIot(false)
            .otherTypesRange(ManagementServiceGtpRadioAccessTechnologyOtherTypesRangeArgs.builder()
                .enable(false)
                .types("string")
                .build())
            .utran(false)
            .virtual(false)
            .wlan(false)
            .build())
        .restorationAndRecovery(false)
        .reverseService(false)
        .selectionMode(ManagementServiceGtpSelectionModeArgs.builder()
            .enable(false)
            .mode(0.0)
            .build())
        .tags("string")
        .traceManagement(false)
        .version("string")
        .build());
    
    management_service_gtp_resource = checkpoint.ManagementServiceGtp("managementServiceGtpResource",
        access_point_name={
            "apn": "string",
            "enable": False,
        },
        allow_usage_of_static_ip=False,
        apply_access_policy_on_user_traffic={
            "add_imsi_field_to_log": False,
            "enable": False,
        },
        color="string",
        comments="string",
        cs_fallback_and_srvcc=False,
        groups=["string"],
        ignore_errors=False,
        ignore_warnings=False,
        imsi_prefix={
            "enable": False,
            "prefix": "string",
        },
        interface_profile={
            "custom_message_types": "string",
            "profile": "string",
        },
        ldap_group={
            "according_to": "string",
            "enable": False,
            "group": "string",
        },
        management_service_gtp_id="string",
        ms_isdn={
            "enable": False,
            "ms_isdn": "string",
        },
        name="string",
        radio_access_technology={
            "eutran": False,
            "gan": False,
            "geran": False,
            "hspa_evolution": False,
            "nb_iot": False,
            "other_types_range": {
                "enable": False,
                "types": "string",
            },
            "utran": False,
            "virtual": False,
            "wlan": False,
        },
        restoration_and_recovery=False,
        reverse_service=False,
        selection_mode={
            "enable": False,
            "mode": float(0),
        },
        tags=["string"],
        trace_management=False,
        version="string")
    
    const managementServiceGtpResource = new checkpoint.ManagementServiceGtp("managementServiceGtpResource", {
        accessPointName: {
            apn: "string",
            enable: false,
        },
        allowUsageOfStaticIp: false,
        applyAccessPolicyOnUserTraffic: {
            addImsiFieldToLog: false,
            enable: false,
        },
        color: "string",
        comments: "string",
        csFallbackAndSrvcc: false,
        groups: ["string"],
        ignoreErrors: false,
        ignoreWarnings: false,
        imsiPrefix: {
            enable: false,
            prefix: "string",
        },
        interfaceProfile: {
            customMessageTypes: "string",
            profile: "string",
        },
        ldapGroup: {
            accordingTo: "string",
            enable: false,
            group: "string",
        },
        managementServiceGtpId: "string",
        msIsdn: {
            enable: false,
            msIsdn: "string",
        },
        name: "string",
        radioAccessTechnology: {
            eutran: false,
            gan: false,
            geran: false,
            hspaEvolution: false,
            nbIot: false,
            otherTypesRange: {
                enable: false,
                types: "string",
            },
            utran: false,
            virtual: false,
            wlan: false,
        },
        restorationAndRecovery: false,
        reverseService: false,
        selectionMode: {
            enable: false,
            mode: 0,
        },
        tags: ["string"],
        traceManagement: false,
        version: "string",
    });
    
    type: checkpoint:ManagementServiceGtp
    properties:
        accessPointName:
            apn: string
            enable: false
        allowUsageOfStaticIp: false
        applyAccessPolicyOnUserTraffic:
            addImsiFieldToLog: false
            enable: false
        color: string
        comments: string
        csFallbackAndSrvcc: false
        groups:
            - string
        ignoreErrors: false
        ignoreWarnings: false
        imsiPrefix:
            enable: false
            prefix: string
        interfaceProfile:
            customMessageTypes: string
            profile: string
        ldapGroup:
            accordingTo: string
            enable: false
            group: string
        managementServiceGtpId: string
        msIsdn:
            enable: false
            msIsdn: string
        name: string
        radioAccessTechnology:
            eutran: false
            gan: false
            geran: false
            hspaEvolution: false
            nbIot: false
            otherTypesRange:
                enable: false
                types: string
            utran: false
            virtual: false
            wlan: false
        restorationAndRecovery: false
        reverseService: false
        selectionMode:
            enable: false
            mode: 0
        tags:
            - string
        traceManagement: false
        version: string
    

    ManagementServiceGtp Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ManagementServiceGtp resource accepts the following input properties:

    AccessPointName ManagementServiceGtpAccessPointName
    Match by Access Point Name.access_point_name blocks are documented below.
    AllowUsageOfStaticIp bool
    Allow usage of static IP addresses.
    ApplyAccessPolicyOnUserTraffic ManagementServiceGtpApplyAccessPolicyOnUserTraffic
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    CsFallbackAndSrvcc bool
    CS Fallback and SRVCC (Relevant for V2 only).
    Groups List<string>
    Collection of group identifiers.groups blocks are documented below.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ImsiPrefix ManagementServiceGtpImsiPrefix
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    InterfaceProfile ManagementServiceGtpInterfaceProfile
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    LdapGroup ManagementServiceGtpLdapGroup
    Match by an LDAP Group.ldap_group blocks are documented below.
    ManagementServiceGtpId string
    MsIsdn ManagementServiceGtpMsIsdn
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    Name string
    Object name.
    RadioAccessTechnology ManagementServiceGtpRadioAccessTechnology
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    RestorationAndRecovery bool
    Restoration and Recovery (Relevant for V2 only).
    ReverseService bool
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    SelectionMode ManagementServiceGtpSelectionMode
    Match by a selection mode.selection_mode blocks are documented below.
    Tags List<string>
    Collection of tag identifiers.tags blocks are documented below.
    TraceManagement bool
    Trace Management (Relevant for V2 only).
    Version string
    GTP version.
    AccessPointName ManagementServiceGtpAccessPointNameArgs
    Match by Access Point Name.access_point_name blocks are documented below.
    AllowUsageOfStaticIp bool
    Allow usage of static IP addresses.
    ApplyAccessPolicyOnUserTraffic ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    CsFallbackAndSrvcc bool
    CS Fallback and SRVCC (Relevant for V2 only).
    Groups []string
    Collection of group identifiers.groups blocks are documented below.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ImsiPrefix ManagementServiceGtpImsiPrefixArgs
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    InterfaceProfile ManagementServiceGtpInterfaceProfileArgs
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    LdapGroup ManagementServiceGtpLdapGroupArgs
    Match by an LDAP Group.ldap_group blocks are documented below.
    ManagementServiceGtpId string
    MsIsdn ManagementServiceGtpMsIsdnArgs
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    Name string
    Object name.
    RadioAccessTechnology ManagementServiceGtpRadioAccessTechnologyArgs
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    RestorationAndRecovery bool
    Restoration and Recovery (Relevant for V2 only).
    ReverseService bool
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    SelectionMode ManagementServiceGtpSelectionModeArgs
    Match by a selection mode.selection_mode blocks are documented below.
    Tags []string
    Collection of tag identifiers.tags blocks are documented below.
    TraceManagement bool
    Trace Management (Relevant for V2 only).
    Version string
    GTP version.
    accessPointName ManagementServiceGtpAccessPointName
    Match by Access Point Name.access_point_name blocks are documented below.
    allowUsageOfStaticIp Boolean
    Allow usage of static IP addresses.
    applyAccessPolicyOnUserTraffic ManagementServiceGtpApplyAccessPolicyOnUserTraffic
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    csFallbackAndSrvcc Boolean
    CS Fallback and SRVCC (Relevant for V2 only).
    groups List<String>
    Collection of group identifiers.groups blocks are documented below.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    imsiPrefix ManagementServiceGtpImsiPrefix
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    interfaceProfile ManagementServiceGtpInterfaceProfile
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    ldapGroup ManagementServiceGtpLdapGroup
    Match by an LDAP Group.ldap_group blocks are documented below.
    managementServiceGtpId String
    msIsdn ManagementServiceGtpMsIsdn
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    name String
    Object name.
    radioAccessTechnology ManagementServiceGtpRadioAccessTechnology
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    restorationAndRecovery Boolean
    Restoration and Recovery (Relevant for V2 only).
    reverseService Boolean
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    selectionMode ManagementServiceGtpSelectionMode
    Match by a selection mode.selection_mode blocks are documented below.
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    traceManagement Boolean
    Trace Management (Relevant for V2 only).
    version String
    GTP version.
    accessPointName ManagementServiceGtpAccessPointName
    Match by Access Point Name.access_point_name blocks are documented below.
    allowUsageOfStaticIp boolean
    Allow usage of static IP addresses.
    applyAccessPolicyOnUserTraffic ManagementServiceGtpApplyAccessPolicyOnUserTraffic
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    color string
    Color of the object. Should be one of existing colors.
    comments string
    Comments string.
    csFallbackAndSrvcc boolean
    CS Fallback and SRVCC (Relevant for V2 only).
    groups string[]
    Collection of group identifiers.groups blocks are documented below.
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    imsiPrefix ManagementServiceGtpImsiPrefix
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    interfaceProfile ManagementServiceGtpInterfaceProfile
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    ldapGroup ManagementServiceGtpLdapGroup
    Match by an LDAP Group.ldap_group blocks are documented below.
    managementServiceGtpId string
    msIsdn ManagementServiceGtpMsIsdn
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    name string
    Object name.
    radioAccessTechnology ManagementServiceGtpRadioAccessTechnology
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    restorationAndRecovery boolean
    Restoration and Recovery (Relevant for V2 only).
    reverseService boolean
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    selectionMode ManagementServiceGtpSelectionMode
    Match by a selection mode.selection_mode blocks are documented below.
    tags string[]
    Collection of tag identifiers.tags blocks are documented below.
    traceManagement boolean
    Trace Management (Relevant for V2 only).
    version string
    GTP version.
    access_point_name ManagementServiceGtpAccessPointNameArgs
    Match by Access Point Name.access_point_name blocks are documented below.
    allow_usage_of_static_ip bool
    Allow usage of static IP addresses.
    apply_access_policy_on_user_traffic ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    color str
    Color of the object. Should be one of existing colors.
    comments str
    Comments string.
    cs_fallback_and_srvcc bool
    CS Fallback and SRVCC (Relevant for V2 only).
    groups Sequence[str]
    Collection of group identifiers.groups blocks are documented below.
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    imsi_prefix ManagementServiceGtpImsiPrefixArgs
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    interface_profile ManagementServiceGtpInterfaceProfileArgs
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    ldap_group ManagementServiceGtpLdapGroupArgs
    Match by an LDAP Group.ldap_group blocks are documented below.
    management_service_gtp_id str
    ms_isdn ManagementServiceGtpMsIsdnArgs
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    name str
    Object name.
    radio_access_technology ManagementServiceGtpRadioAccessTechnologyArgs
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    restoration_and_recovery bool
    Restoration and Recovery (Relevant for V2 only).
    reverse_service bool
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    selection_mode ManagementServiceGtpSelectionModeArgs
    Match by a selection mode.selection_mode blocks are documented below.
    tags Sequence[str]
    Collection of tag identifiers.tags blocks are documented below.
    trace_management bool
    Trace Management (Relevant for V2 only).
    version str
    GTP version.
    accessPointName Property Map
    Match by Access Point Name.access_point_name blocks are documented below.
    allowUsageOfStaticIp Boolean
    Allow usage of static IP addresses.
    applyAccessPolicyOnUserTraffic Property Map
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    csFallbackAndSrvcc Boolean
    CS Fallback and SRVCC (Relevant for V2 only).
    groups List<String>
    Collection of group identifiers.groups blocks are documented below.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    imsiPrefix Property Map
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    interfaceProfile Property Map
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    ldapGroup Property Map
    Match by an LDAP Group.ldap_group blocks are documented below.
    managementServiceGtpId String
    msIsdn Property Map
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    name String
    Object name.
    radioAccessTechnology Property Map
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    restorationAndRecovery Boolean
    Restoration and Recovery (Relevant for V2 only).
    reverseService Boolean
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    selectionMode Property Map
    Match by a selection mode.selection_mode blocks are documented below.
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    traceManagement Boolean
    Trace Management (Relevant for V2 only).
    version String
    GTP version.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementServiceGtp resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ManagementServiceGtp Resource

    Get an existing ManagementServiceGtp resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ManagementServiceGtpState, opts?: CustomResourceOptions): ManagementServiceGtp
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_point_name: Optional[ManagementServiceGtpAccessPointNameArgs] = None,
            allow_usage_of_static_ip: Optional[bool] = None,
            apply_access_policy_on_user_traffic: Optional[ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs] = None,
            color: Optional[str] = None,
            comments: Optional[str] = None,
            cs_fallback_and_srvcc: Optional[bool] = None,
            groups: Optional[Sequence[str]] = None,
            ignore_errors: Optional[bool] = None,
            ignore_warnings: Optional[bool] = None,
            imsi_prefix: Optional[ManagementServiceGtpImsiPrefixArgs] = None,
            interface_profile: Optional[ManagementServiceGtpInterfaceProfileArgs] = None,
            ldap_group: Optional[ManagementServiceGtpLdapGroupArgs] = None,
            management_service_gtp_id: Optional[str] = None,
            ms_isdn: Optional[ManagementServiceGtpMsIsdnArgs] = None,
            name: Optional[str] = None,
            radio_access_technology: Optional[ManagementServiceGtpRadioAccessTechnologyArgs] = None,
            restoration_and_recovery: Optional[bool] = None,
            reverse_service: Optional[bool] = None,
            selection_mode: Optional[ManagementServiceGtpSelectionModeArgs] = None,
            tags: Optional[Sequence[str]] = None,
            trace_management: Optional[bool] = None,
            version: Optional[str] = None) -> ManagementServiceGtp
    func GetManagementServiceGtp(ctx *Context, name string, id IDInput, state *ManagementServiceGtpState, opts ...ResourceOption) (*ManagementServiceGtp, error)
    public static ManagementServiceGtp Get(string name, Input<string> id, ManagementServiceGtpState? state, CustomResourceOptions? opts = null)
    public static ManagementServiceGtp get(String name, Output<String> id, ManagementServiceGtpState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementServiceGtp    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccessPointName ManagementServiceGtpAccessPointName
    Match by Access Point Name.access_point_name blocks are documented below.
    AllowUsageOfStaticIp bool
    Allow usage of static IP addresses.
    ApplyAccessPolicyOnUserTraffic ManagementServiceGtpApplyAccessPolicyOnUserTraffic
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    CsFallbackAndSrvcc bool
    CS Fallback and SRVCC (Relevant for V2 only).
    Groups List<string>
    Collection of group identifiers.groups blocks are documented below.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ImsiPrefix ManagementServiceGtpImsiPrefix
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    InterfaceProfile ManagementServiceGtpInterfaceProfile
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    LdapGroup ManagementServiceGtpLdapGroup
    Match by an LDAP Group.ldap_group blocks are documented below.
    ManagementServiceGtpId string
    MsIsdn ManagementServiceGtpMsIsdn
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    Name string
    Object name.
    RadioAccessTechnology ManagementServiceGtpRadioAccessTechnology
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    RestorationAndRecovery bool
    Restoration and Recovery (Relevant for V2 only).
    ReverseService bool
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    SelectionMode ManagementServiceGtpSelectionMode
    Match by a selection mode.selection_mode blocks are documented below.
    Tags List<string>
    Collection of tag identifiers.tags blocks are documented below.
    TraceManagement bool
    Trace Management (Relevant for V2 only).
    Version string
    GTP version.
    AccessPointName ManagementServiceGtpAccessPointNameArgs
    Match by Access Point Name.access_point_name blocks are documented below.
    AllowUsageOfStaticIp bool
    Allow usage of static IP addresses.
    ApplyAccessPolicyOnUserTraffic ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    CsFallbackAndSrvcc bool
    CS Fallback and SRVCC (Relevant for V2 only).
    Groups []string
    Collection of group identifiers.groups blocks are documented below.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ImsiPrefix ManagementServiceGtpImsiPrefixArgs
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    InterfaceProfile ManagementServiceGtpInterfaceProfileArgs
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    LdapGroup ManagementServiceGtpLdapGroupArgs
    Match by an LDAP Group.ldap_group blocks are documented below.
    ManagementServiceGtpId string
    MsIsdn ManagementServiceGtpMsIsdnArgs
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    Name string
    Object name.
    RadioAccessTechnology ManagementServiceGtpRadioAccessTechnologyArgs
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    RestorationAndRecovery bool
    Restoration and Recovery (Relevant for V2 only).
    ReverseService bool
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    SelectionMode ManagementServiceGtpSelectionModeArgs
    Match by a selection mode.selection_mode blocks are documented below.
    Tags []string
    Collection of tag identifiers.tags blocks are documented below.
    TraceManagement bool
    Trace Management (Relevant for V2 only).
    Version string
    GTP version.
    accessPointName ManagementServiceGtpAccessPointName
    Match by Access Point Name.access_point_name blocks are documented below.
    allowUsageOfStaticIp Boolean
    Allow usage of static IP addresses.
    applyAccessPolicyOnUserTraffic ManagementServiceGtpApplyAccessPolicyOnUserTraffic
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    csFallbackAndSrvcc Boolean
    CS Fallback and SRVCC (Relevant for V2 only).
    groups List<String>
    Collection of group identifiers.groups blocks are documented below.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    imsiPrefix ManagementServiceGtpImsiPrefix
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    interfaceProfile ManagementServiceGtpInterfaceProfile
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    ldapGroup ManagementServiceGtpLdapGroup
    Match by an LDAP Group.ldap_group blocks are documented below.
    managementServiceGtpId String
    msIsdn ManagementServiceGtpMsIsdn
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    name String
    Object name.
    radioAccessTechnology ManagementServiceGtpRadioAccessTechnology
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    restorationAndRecovery Boolean
    Restoration and Recovery (Relevant for V2 only).
    reverseService Boolean
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    selectionMode ManagementServiceGtpSelectionMode
    Match by a selection mode.selection_mode blocks are documented below.
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    traceManagement Boolean
    Trace Management (Relevant for V2 only).
    version String
    GTP version.
    accessPointName ManagementServiceGtpAccessPointName
    Match by Access Point Name.access_point_name blocks are documented below.
    allowUsageOfStaticIp boolean
    Allow usage of static IP addresses.
    applyAccessPolicyOnUserTraffic ManagementServiceGtpApplyAccessPolicyOnUserTraffic
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    color string
    Color of the object. Should be one of existing colors.
    comments string
    Comments string.
    csFallbackAndSrvcc boolean
    CS Fallback and SRVCC (Relevant for V2 only).
    groups string[]
    Collection of group identifiers.groups blocks are documented below.
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    imsiPrefix ManagementServiceGtpImsiPrefix
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    interfaceProfile ManagementServiceGtpInterfaceProfile
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    ldapGroup ManagementServiceGtpLdapGroup
    Match by an LDAP Group.ldap_group blocks are documented below.
    managementServiceGtpId string
    msIsdn ManagementServiceGtpMsIsdn
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    name string
    Object name.
    radioAccessTechnology ManagementServiceGtpRadioAccessTechnology
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    restorationAndRecovery boolean
    Restoration and Recovery (Relevant for V2 only).
    reverseService boolean
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    selectionMode ManagementServiceGtpSelectionMode
    Match by a selection mode.selection_mode blocks are documented below.
    tags string[]
    Collection of tag identifiers.tags blocks are documented below.
    traceManagement boolean
    Trace Management (Relevant for V2 only).
    version string
    GTP version.
    access_point_name ManagementServiceGtpAccessPointNameArgs
    Match by Access Point Name.access_point_name blocks are documented below.
    allow_usage_of_static_ip bool
    Allow usage of static IP addresses.
    apply_access_policy_on_user_traffic ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    color str
    Color of the object. Should be one of existing colors.
    comments str
    Comments string.
    cs_fallback_and_srvcc bool
    CS Fallback and SRVCC (Relevant for V2 only).
    groups Sequence[str]
    Collection of group identifiers.groups blocks are documented below.
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    imsi_prefix ManagementServiceGtpImsiPrefixArgs
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    interface_profile ManagementServiceGtpInterfaceProfileArgs
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    ldap_group ManagementServiceGtpLdapGroupArgs
    Match by an LDAP Group.ldap_group blocks are documented below.
    management_service_gtp_id str
    ms_isdn ManagementServiceGtpMsIsdnArgs
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    name str
    Object name.
    radio_access_technology ManagementServiceGtpRadioAccessTechnologyArgs
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    restoration_and_recovery bool
    Restoration and Recovery (Relevant for V2 only).
    reverse_service bool
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    selection_mode ManagementServiceGtpSelectionModeArgs
    Match by a selection mode.selection_mode blocks are documented below.
    tags Sequence[str]
    Collection of tag identifiers.tags blocks are documented below.
    trace_management bool
    Trace Management (Relevant for V2 only).
    version str
    GTP version.
    accessPointName Property Map
    Match by Access Point Name.access_point_name blocks are documented below.
    allowUsageOfStaticIp Boolean
    Allow usage of static IP addresses.
    applyAccessPolicyOnUserTraffic Property Map
    Apply Access Policy on user traffic.apply_access_policy_on_user_traffic blocks are documented below.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    csFallbackAndSrvcc Boolean
    CS Fallback and SRVCC (Relevant for V2 only).
    groups List<String>
    Collection of group identifiers.groups blocks are documented below.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    imsiPrefix Property Map
    Match by IMSI prefix.imsi_prefix blocks are documented below.
    interfaceProfile Property Map
    Match only message types relevant to the given GTP interface. Relevant only for GTP V1 or V2.interface_profile blocks are documented below.
    ldapGroup Property Map
    Match by an LDAP Group.ldap_group blocks are documented below.
    managementServiceGtpId String
    msIsdn Property Map
    Match by an MS-ISDN.ms_isdn blocks are documented below.
    name String
    Object name.
    radioAccessTechnology Property Map
    Match by Radio Access Technology.radio_access_technology blocks are documented below.
    restorationAndRecovery Boolean
    Restoration and Recovery (Relevant for V2 only).
    reverseService Boolean
    Accept PDUs from the GGSN/PGW to the SGSN/SGW on a previously established PDP context, even if different ports are used.
    selectionMode Property Map
    Match by a selection mode.selection_mode blocks are documented below.
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    traceManagement Boolean
    Trace Management (Relevant for V2 only).
    version String
    GTP version.

    Supporting Types

    ManagementServiceGtpAccessPointName, ManagementServiceGtpAccessPointNameArgs

    Apn string
    The Access Point Name object identified by Name or UID.
    Enable bool
    Apn string
    The Access Point Name object identified by Name or UID.
    Enable bool
    apn String
    The Access Point Name object identified by Name or UID.
    enable Boolean
    apn string
    The Access Point Name object identified by Name or UID.
    enable boolean
    apn str
    The Access Point Name object identified by Name or UID.
    enable bool
    apn String
    The Access Point Name object identified by Name or UID.
    enable Boolean

    ManagementServiceGtpApplyAccessPolicyOnUserTraffic, ManagementServiceGtpApplyAccessPolicyOnUserTrafficArgs

    AddImsiFieldToLog bool
    Add IMSI field to logs generated by user traffic.
    Enable bool
    AddImsiFieldToLog bool
    Add IMSI field to logs generated by user traffic.
    Enable bool
    addImsiFieldToLog Boolean
    Add IMSI field to logs generated by user traffic.
    enable Boolean
    addImsiFieldToLog boolean
    Add IMSI field to logs generated by user traffic.
    enable boolean
    add_imsi_field_to_log bool
    Add IMSI field to logs generated by user traffic.
    enable bool
    addImsiFieldToLog Boolean
    Add IMSI field to logs generated by user traffic.
    enable Boolean

    ManagementServiceGtpImsiPrefix, ManagementServiceGtpImsiPrefixArgs

    Enable bool
    Prefix string
    The IMSI prefix.
    Enable bool
    Prefix string
    The IMSI prefix.
    enable Boolean
    prefix String
    The IMSI prefix.
    enable boolean
    prefix string
    The IMSI prefix.
    enable bool
    prefix str
    The IMSI prefix.
    enable Boolean
    prefix String
    The IMSI prefix.

    ManagementServiceGtpInterfaceProfile, ManagementServiceGtpInterfaceProfileArgs

    CustomMessageTypes string
    The messages types to match on them for this service. To specify a range, add a hyphen between the lowest and the highest numbers, for example: 32-35. Multiple Ranges can be chosen when separated with comma. This field relevant only when the Interface profile is set to 'Custom'.
    Profile string
    The Interface Profile object identified by Name or UID.
    CustomMessageTypes string
    The messages types to match on them for this service. To specify a range, add a hyphen between the lowest and the highest numbers, for example: 32-35. Multiple Ranges can be chosen when separated with comma. This field relevant only when the Interface profile is set to 'Custom'.
    Profile string
    The Interface Profile object identified by Name or UID.
    customMessageTypes String
    The messages types to match on them for this service. To specify a range, add a hyphen between the lowest and the highest numbers, for example: 32-35. Multiple Ranges can be chosen when separated with comma. This field relevant only when the Interface profile is set to 'Custom'.
    profile String
    The Interface Profile object identified by Name or UID.
    customMessageTypes string
    The messages types to match on them for this service. To specify a range, add a hyphen between the lowest and the highest numbers, for example: 32-35. Multiple Ranges can be chosen when separated with comma. This field relevant only when the Interface profile is set to 'Custom'.
    profile string
    The Interface Profile object identified by Name or UID.
    custom_message_types str
    The messages types to match on them for this service. To specify a range, add a hyphen between the lowest and the highest numbers, for example: 32-35. Multiple Ranges can be chosen when separated with comma. This field relevant only when the Interface profile is set to 'Custom'.
    profile str
    The Interface Profile object identified by Name or UID.
    customMessageTypes String
    The messages types to match on them for this service. To specify a range, add a hyphen between the lowest and the highest numbers, for example: 32-35. Multiple Ranges can be chosen when separated with comma. This field relevant only when the Interface profile is set to 'Custom'.
    profile String
    The Interface Profile object identified by Name or UID.

    ManagementServiceGtpLdapGroup, ManagementServiceGtpLdapGroupArgs

    AccordingTo string
    According to MS-ISDN or according to IMSI.
    Enable bool
    Group string
    The Ldap Group object identified by Name or UID.
    AccordingTo string
    According to MS-ISDN or according to IMSI.
    Enable bool
    Group string
    The Ldap Group object identified by Name or UID.
    accordingTo String
    According to MS-ISDN or according to IMSI.
    enable Boolean
    group String
    The Ldap Group object identified by Name or UID.
    accordingTo string
    According to MS-ISDN or according to IMSI.
    enable boolean
    group string
    The Ldap Group object identified by Name or UID.
    according_to str
    According to MS-ISDN or according to IMSI.
    enable bool
    group str
    The Ldap Group object identified by Name or UID.
    accordingTo String
    According to MS-ISDN or according to IMSI.
    enable Boolean
    group String
    The Ldap Group object identified by Name or UID.

    ManagementServiceGtpMsIsdn, ManagementServiceGtpMsIsdnArgs

    Enable bool
    MsIsdn string
    The MS-ISDN.
    Enable bool
    MsIsdn string
    The MS-ISDN.
    enable Boolean
    msIsdn String
    The MS-ISDN.
    enable boolean
    msIsdn string
    The MS-ISDN.
    enable bool
    ms_isdn str
    The MS-ISDN.
    enable Boolean
    msIsdn String
    The MS-ISDN.

    ManagementServiceGtpRadioAccessTechnology, ManagementServiceGtpRadioAccessTechnologyArgs

    Eutran bool
    (6).
    Gan bool
    (4).
    Geran bool
    (2).
    HspaEvolution bool
    (5).
    NbIot bool
    (8).
    OtherTypesRange ManagementServiceGtpRadioAccessTechnologyOtherTypesRange
    (9-255).other_types_range blocks are documented below.
    Utran bool
    (1).
    Virtual bool
    (7).
    Wlan bool
    (3).
    Eutran bool
    (6).
    Gan bool
    (4).
    Geran bool
    (2).
    HspaEvolution bool
    (5).
    NbIot bool
    (8).
    OtherTypesRange ManagementServiceGtpRadioAccessTechnologyOtherTypesRange
    (9-255).other_types_range blocks are documented below.
    Utran bool
    (1).
    Virtual bool
    (7).
    Wlan bool
    (3).
    eutran Boolean
    (6).
    gan Boolean
    (4).
    geran Boolean
    (2).
    hspaEvolution Boolean
    (5).
    nbIot Boolean
    (8).
    otherTypesRange ManagementServiceGtpRadioAccessTechnologyOtherTypesRange
    (9-255).other_types_range blocks are documented below.
    utran Boolean
    (1).
    virtual Boolean
    (7).
    wlan Boolean
    (3).
    eutran boolean
    (6).
    gan boolean
    (4).
    geran boolean
    (2).
    hspaEvolution boolean
    (5).
    nbIot boolean
    (8).
    otherTypesRange ManagementServiceGtpRadioAccessTechnologyOtherTypesRange
    (9-255).other_types_range blocks are documented below.
    utran boolean
    (1).
    virtual boolean
    (7).
    wlan boolean
    (3).
    eutran bool
    (6).
    gan bool
    (4).
    geran bool
    (2).
    hspa_evolution bool
    (5).
    nb_iot bool
    (8).
    other_types_range ManagementServiceGtpRadioAccessTechnologyOtherTypesRange
    (9-255).other_types_range blocks are documented below.
    utran bool
    (1).
    virtual bool
    (7).
    wlan bool
    (3).
    eutran Boolean
    (6).
    gan Boolean
    (4).
    geran Boolean
    (2).
    hspaEvolution Boolean
    (5).
    nbIot Boolean
    (8).
    otherTypesRange Property Map
    (9-255).other_types_range blocks are documented below.
    utran Boolean
    (1).
    virtual Boolean
    (7).
    wlan Boolean
    (3).

    ManagementServiceGtpRadioAccessTechnologyOtherTypesRange, ManagementServiceGtpRadioAccessTechnologyOtherTypesRangeArgs

    Enable bool
    Types string
    Other RAT Types. To specify other RAT ranges, add a hyphen between the lowest and the highest numbers, for example: 11-15. Multiple Ranges can be chosen when separated with comma.
    Enable bool
    Types string
    Other RAT Types. To specify other RAT ranges, add a hyphen between the lowest and the highest numbers, for example: 11-15. Multiple Ranges can be chosen when separated with comma.
    enable Boolean
    types String
    Other RAT Types. To specify other RAT ranges, add a hyphen between the lowest and the highest numbers, for example: 11-15. Multiple Ranges can be chosen when separated with comma.
    enable boolean
    types string
    Other RAT Types. To specify other RAT ranges, add a hyphen between the lowest and the highest numbers, for example: 11-15. Multiple Ranges can be chosen when separated with comma.
    enable bool
    types str
    Other RAT Types. To specify other RAT ranges, add a hyphen between the lowest and the highest numbers, for example: 11-15. Multiple Ranges can be chosen when separated with comma.
    enable Boolean
    types String
    Other RAT Types. To specify other RAT ranges, add a hyphen between the lowest and the highest numbers, for example: 11-15. Multiple Ranges can be chosen when separated with comma.

    ManagementServiceGtpSelectionMode, ManagementServiceGtpSelectionModeArgs

    Enable bool
    Mode double
    The mode as integer. [0 - Verified, 1 - MS - Not verified, 2 - Network - Not verified].
    Enable bool
    Mode float64
    The mode as integer. [0 - Verified, 1 - MS - Not verified, 2 - Network - Not verified].
    enable Boolean
    mode Double
    The mode as integer. [0 - Verified, 1 - MS - Not verified, 2 - Network - Not verified].
    enable boolean
    mode number
    The mode as integer. [0 - Verified, 1 - MS - Not verified, 2 - Network - Not verified].
    enable bool
    mode float
    The mode as integer. [0 - Verified, 1 - MS - Not verified, 2 - Network - Not verified].
    enable Boolean
    mode Number
    The mode as integer. [0 - Verified, 1 - MS - Not verified, 2 - Network - Not verified].

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.0.0
    published on Monday, Mar 30, 2026 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.