checkpoint.ManagementVpnCommunityMeshed
Explore with Pulumi AI
This resource allows you to execute Check Point Vpn Community Meshed.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const example = new checkpoint.ManagementVpnCommunityMeshed("example", {
encryptionMethod: "prefer ikev2 but support ikev1",
encryptionSuite: "custom",
});
import pulumi
import pulumi_checkpoint as checkpoint
example = checkpoint.ManagementVpnCommunityMeshed("example",
encryption_method="prefer ikev2 but support ikev1",
encryption_suite="custom")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v2/checkpoint"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := checkpoint.NewManagementVpnCommunityMeshed(ctx, "example", &checkpoint.ManagementVpnCommunityMeshedArgs{
EncryptionMethod: pulumi.String("prefer ikev2 but support ikev1"),
EncryptionSuite: pulumi.String("custom"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;
return await Deployment.RunAsync(() =>
{
var example = new Checkpoint.ManagementVpnCommunityMeshed("example", new()
{
EncryptionMethod = "prefer ikev2 but support ikev1",
EncryptionSuite = "custom",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.ManagementVpnCommunityMeshed;
import com.pulumi.checkpoint.ManagementVpnCommunityMeshedArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new ManagementVpnCommunityMeshed("example", ManagementVpnCommunityMeshedArgs.builder()
.encryptionMethod("prefer ikev2 but support ikev1")
.encryptionSuite("custom")
.build());
}
}
resources:
example:
type: checkpoint:ManagementVpnCommunityMeshed
properties:
encryptionMethod: prefer ikev2 but support ikev1
encryptionSuite: custom
Create ManagementVpnCommunityMeshed Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementVpnCommunityMeshed(name: string, args?: ManagementVpnCommunityMeshedArgs, opts?: CustomResourceOptions);
@overload
def ManagementVpnCommunityMeshed(resource_name: str,
args: Optional[ManagementVpnCommunityMeshedArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementVpnCommunityMeshed(resource_name: str,
opts: Optional[ResourceOptions] = None,
color: Optional[str] = None,
comments: Optional[str] = None,
encryption_method: Optional[str] = None,
encryption_suite: Optional[str] = None,
gateways: Optional[Sequence[str]] = None,
granular_encryptions: Optional[Sequence[ManagementVpnCommunityMeshedGranularEncryptionArgs]] = None,
ignore_errors: Optional[bool] = None,
ignore_warnings: Optional[bool] = None,
ike_phase1: Optional[Mapping[str, str]] = None,
ike_phase2: Optional[Mapping[str, str]] = None,
management_vpn_community_meshed_id: Optional[str] = None,
name: Optional[str] = None,
override_vpn_domains: Optional[Sequence[ManagementVpnCommunityMeshedOverrideVpnDomainArgs]] = None,
shared_secrets: Optional[Sequence[ManagementVpnCommunityMeshedSharedSecretArgs]] = None,
tags: Optional[Sequence[str]] = None,
tunnel_granularity: Optional[str] = None,
use_shared_secret: Optional[bool] = None)
func NewManagementVpnCommunityMeshed(ctx *Context, name string, args *ManagementVpnCommunityMeshedArgs, opts ...ResourceOption) (*ManagementVpnCommunityMeshed, error)
public ManagementVpnCommunityMeshed(string name, ManagementVpnCommunityMeshedArgs? args = null, CustomResourceOptions? opts = null)
public ManagementVpnCommunityMeshed(String name, ManagementVpnCommunityMeshedArgs args)
public ManagementVpnCommunityMeshed(String name, ManagementVpnCommunityMeshedArgs args, CustomResourceOptions options)
type: checkpoint:ManagementVpnCommunityMeshed
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 ManagementVpnCommunityMeshedArgs
- 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 ManagementVpnCommunityMeshedArgs
- 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 ManagementVpnCommunityMeshedArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementVpnCommunityMeshedArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementVpnCommunityMeshedArgs
- 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 managementVpnCommunityMeshedResource = new Checkpoint.ManagementVpnCommunityMeshed("managementVpnCommunityMeshedResource", new()
{
Color = "string",
Comments = "string",
EncryptionMethod = "string",
EncryptionSuite = "string",
Gateways = new[]
{
"string",
},
GranularEncryptions = new[]
{
new Checkpoint.Inputs.ManagementVpnCommunityMeshedGranularEncryptionArgs
{
ExternalGateway = "string",
InternalGateway = "string",
EncryptionMethod = "string",
EncryptionSuite = "string",
IkePhase1 =
{
{ "string", "string" },
},
IkePhase2 =
{
{ "string", "string" },
},
},
},
IgnoreErrors = false,
IgnoreWarnings = false,
IkePhase1 =
{
{ "string", "string" },
},
IkePhase2 =
{
{ "string", "string" },
},
ManagementVpnCommunityMeshedId = "string",
Name = "string",
OverrideVpnDomains = new[]
{
new Checkpoint.Inputs.ManagementVpnCommunityMeshedOverrideVpnDomainArgs
{
Gateway = "string",
VpnDomain = "string",
},
},
SharedSecrets = new[]
{
new Checkpoint.Inputs.ManagementVpnCommunityMeshedSharedSecretArgs
{
ExternalGateway = "string",
SharedSecret = "string",
},
},
Tags = new[]
{
"string",
},
TunnelGranularity = "string",
UseSharedSecret = false,
});
example, err := checkpoint.NewManagementVpnCommunityMeshed(ctx, "managementVpnCommunityMeshedResource", &checkpoint.ManagementVpnCommunityMeshedArgs{
Color: pulumi.String("string"),
Comments: pulumi.String("string"),
EncryptionMethod: pulumi.String("string"),
EncryptionSuite: pulumi.String("string"),
Gateways: pulumi.StringArray{
pulumi.String("string"),
},
GranularEncryptions: checkpoint.ManagementVpnCommunityMeshedGranularEncryptionArray{
&checkpoint.ManagementVpnCommunityMeshedGranularEncryptionArgs{
ExternalGateway: pulumi.String("string"),
InternalGateway: pulumi.String("string"),
EncryptionMethod: pulumi.String("string"),
EncryptionSuite: pulumi.String("string"),
IkePhase1: pulumi.StringMap{
"string": pulumi.String("string"),
},
IkePhase2: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
},
IgnoreErrors: pulumi.Bool(false),
IgnoreWarnings: pulumi.Bool(false),
IkePhase1: pulumi.StringMap{
"string": pulumi.String("string"),
},
IkePhase2: pulumi.StringMap{
"string": pulumi.String("string"),
},
ManagementVpnCommunityMeshedId: pulumi.String("string"),
Name: pulumi.String("string"),
OverrideVpnDomains: checkpoint.ManagementVpnCommunityMeshedOverrideVpnDomainArray{
&checkpoint.ManagementVpnCommunityMeshedOverrideVpnDomainArgs{
Gateway: pulumi.String("string"),
VpnDomain: pulumi.String("string"),
},
},
SharedSecrets: checkpoint.ManagementVpnCommunityMeshedSharedSecretArray{
&checkpoint.ManagementVpnCommunityMeshedSharedSecretArgs{
ExternalGateway: pulumi.String("string"),
SharedSecret: pulumi.String("string"),
},
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TunnelGranularity: pulumi.String("string"),
UseSharedSecret: pulumi.Bool(false),
})
var managementVpnCommunityMeshedResource = new ManagementVpnCommunityMeshed("managementVpnCommunityMeshedResource", ManagementVpnCommunityMeshedArgs.builder()
.color("string")
.comments("string")
.encryptionMethod("string")
.encryptionSuite("string")
.gateways("string")
.granularEncryptions(ManagementVpnCommunityMeshedGranularEncryptionArgs.builder()
.externalGateway("string")
.internalGateway("string")
.encryptionMethod("string")
.encryptionSuite("string")
.ikePhase1(Map.of("string", "string"))
.ikePhase2(Map.of("string", "string"))
.build())
.ignoreErrors(false)
.ignoreWarnings(false)
.ikePhase1(Map.of("string", "string"))
.ikePhase2(Map.of("string", "string"))
.managementVpnCommunityMeshedId("string")
.name("string")
.overrideVpnDomains(ManagementVpnCommunityMeshedOverrideVpnDomainArgs.builder()
.gateway("string")
.vpnDomain("string")
.build())
.sharedSecrets(ManagementVpnCommunityMeshedSharedSecretArgs.builder()
.externalGateway("string")
.sharedSecret("string")
.build())
.tags("string")
.tunnelGranularity("string")
.useSharedSecret(false)
.build());
management_vpn_community_meshed_resource = checkpoint.ManagementVpnCommunityMeshed("managementVpnCommunityMeshedResource",
color="string",
comments="string",
encryption_method="string",
encryption_suite="string",
gateways=["string"],
granular_encryptions=[{
"external_gateway": "string",
"internal_gateway": "string",
"encryption_method": "string",
"encryption_suite": "string",
"ike_phase1": {
"string": "string",
},
"ike_phase2": {
"string": "string",
},
}],
ignore_errors=False,
ignore_warnings=False,
ike_phase1={
"string": "string",
},
ike_phase2={
"string": "string",
},
management_vpn_community_meshed_id="string",
name="string",
override_vpn_domains=[{
"gateway": "string",
"vpn_domain": "string",
}],
shared_secrets=[{
"external_gateway": "string",
"shared_secret": "string",
}],
tags=["string"],
tunnel_granularity="string",
use_shared_secret=False)
const managementVpnCommunityMeshedResource = new checkpoint.ManagementVpnCommunityMeshed("managementVpnCommunityMeshedResource", {
color: "string",
comments: "string",
encryptionMethod: "string",
encryptionSuite: "string",
gateways: ["string"],
granularEncryptions: [{
externalGateway: "string",
internalGateway: "string",
encryptionMethod: "string",
encryptionSuite: "string",
ikePhase1: {
string: "string",
},
ikePhase2: {
string: "string",
},
}],
ignoreErrors: false,
ignoreWarnings: false,
ikePhase1: {
string: "string",
},
ikePhase2: {
string: "string",
},
managementVpnCommunityMeshedId: "string",
name: "string",
overrideVpnDomains: [{
gateway: "string",
vpnDomain: "string",
}],
sharedSecrets: [{
externalGateway: "string",
sharedSecret: "string",
}],
tags: ["string"],
tunnelGranularity: "string",
useSharedSecret: false,
});
type: checkpoint:ManagementVpnCommunityMeshed
properties:
color: string
comments: string
encryptionMethod: string
encryptionSuite: string
gateways:
- string
granularEncryptions:
- encryptionMethod: string
encryptionSuite: string
externalGateway: string
ikePhase1:
string: string
ikePhase2:
string: string
internalGateway: string
ignoreErrors: false
ignoreWarnings: false
ikePhase1:
string: string
ikePhase2:
string: string
managementVpnCommunityMeshedId: string
name: string
overrideVpnDomains:
- gateway: string
vpnDomain: string
sharedSecrets:
- externalGateway: string
sharedSecret: string
tags:
- string
tunnelGranularity: string
useSharedSecret: false
ManagementVpnCommunityMeshed 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 ManagementVpnCommunityMeshed resource accepts the following input properties:
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Encryption
Method string - The encryption method to be used.
- Encryption
Suite string - The encryption suite to be used.
- Gateways List<string>
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- Granular
Encryptions List<ManagementVpn Community Meshed Granular Encryption> - VPN granular encryption settings. granular_encryptions 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.
- Ike
Phase1 Dictionary<string, string> - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- Ike
Phase2 Dictionary<string, string> - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- Management
Vpn stringCommunity Meshed Id - Name string
- Object name.
- Override
Vpn List<ManagementDomains Vpn Community Meshed Override Vpn Domain> - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- List<Management
Vpn Community Meshed Shared Secret> - Shared secrets for external gateways. shared_secrets blocks are documented below.
- List<string>
- Collection of tag identifiers.tags blocks are documented below.
- Tunnel
Granularity string - VPN tunnel sharing option to be used.
- bool
- Indicates whether the shared secret should be used for all external gateways.
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Encryption
Method string - The encryption method to be used.
- Encryption
Suite string - The encryption suite to be used.
- Gateways []string
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- Granular
Encryptions []ManagementVpn Community Meshed Granular Encryption Args - VPN granular encryption settings. granular_encryptions 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.
- Ike
Phase1 map[string]string - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- Ike
Phase2 map[string]string - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- Management
Vpn stringCommunity Meshed Id - Name string
- Object name.
- Override
Vpn []ManagementDomains Vpn Community Meshed Override Vpn Domain Args - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- []Management
Vpn Community Meshed Shared Secret Args - Shared secrets for external gateways. shared_secrets blocks are documented below.
- []string
- Collection of tag identifiers.tags blocks are documented below.
- Tunnel
Granularity string - VPN tunnel sharing option to be used.
- bool
- Indicates whether the shared secret should be used for all external gateways.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- encryption
Method String - The encryption method to be used.
- encryption
Suite String - The encryption suite to be used.
- gateways List<String>
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- granular
Encryptions List<ManagementVpn Community Meshed Granular Encryption> - VPN granular encryption settings. granular_encryptions blocks are documented below.
- ignore
Errors 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.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- ike
Phase1 Map<String,String> - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike
Phase2 Map<String,String> - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- management
Vpn StringCommunity Meshed Id - name String
- Object name.
- override
Vpn List<ManagementDomains Vpn Community Meshed Override Vpn Domain> - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- List<Management
Vpn Community Meshed Shared Secret> - Shared secrets for external gateways. shared_secrets blocks are documented below.
- List<String>
- Collection of tag identifiers.tags blocks are documented below.
- tunnel
Granularity String - VPN tunnel sharing option to be used.
- Boolean
- Indicates whether the shared secret should be used for all external gateways.
- color string
- Color of the object. Should be one of existing colors.
- comments string
- Comments string.
- encryption
Method string - The encryption method to be used.
- encryption
Suite string - The encryption suite to be used.
- gateways string[]
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- granular
Encryptions ManagementVpn Community Meshed Granular Encryption[] - VPN granular encryption settings. granular_encryptions blocks are documented below.
- ignore
Errors 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.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- ike
Phase1 {[key: string]: string} - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike
Phase2 {[key: string]: string} - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- management
Vpn stringCommunity Meshed Id - name string
- Object name.
- override
Vpn ManagementDomains Vpn Community Meshed Override Vpn Domain[] - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- Management
Vpn Community Meshed Shared Secret[] - Shared secrets for external gateways. shared_secrets blocks are documented below.
- string[]
- Collection of tag identifiers.tags blocks are documented below.
- tunnel
Granularity string - VPN tunnel sharing option to be used.
- boolean
- Indicates whether the shared secret should be used for all external gateways.
- color str
- Color of the object. Should be one of existing colors.
- comments str
- Comments string.
- encryption_
method str - The encryption method to be used.
- encryption_
suite str - The encryption suite to be used.
- gateways Sequence[str]
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- granular_
encryptions Sequence[ManagementVpn Community Meshed Granular Encryption Args] - VPN granular encryption settings. granular_encryptions 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.
- ike_
phase1 Mapping[str, str] - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike_
phase2 Mapping[str, str] - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- management_
vpn_ strcommunity_ meshed_ id - name str
- Object name.
- override_
vpn_ Sequence[Managementdomains Vpn Community Meshed Override Vpn Domain Args] - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- Sequence[Management
Vpn Community Meshed Shared Secret Args] - Shared secrets for external gateways. shared_secrets blocks are documented below.
- Sequence[str]
- Collection of tag identifiers.tags blocks are documented below.
- tunnel_
granularity str - VPN tunnel sharing option to be used.
- bool
- Indicates whether the shared secret should be used for all external gateways.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- encryption
Method String - The encryption method to be used.
- encryption
Suite String - The encryption suite to be used.
- gateways List<String>
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- granular
Encryptions List<Property Map> - VPN granular encryption settings. granular_encryptions blocks are documented below.
- ignore
Errors 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.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- ike
Phase1 Map<String> - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike
Phase2 Map<String> - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- management
Vpn StringCommunity Meshed Id - name String
- Object name.
- override
Vpn List<Property Map>Domains - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- List<Property Map>
- Shared secrets for external gateways. shared_secrets blocks are documented below.
- List<String>
- Collection of tag identifiers.tags blocks are documented below.
- tunnel
Granularity String - VPN tunnel sharing option to be used.
- Boolean
- Indicates whether the shared secret should be used for all external gateways.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementVpnCommunityMeshed 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 ManagementVpnCommunityMeshed Resource
Get an existing ManagementVpnCommunityMeshed 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?: ManagementVpnCommunityMeshedState, opts?: CustomResourceOptions): ManagementVpnCommunityMeshed
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
color: Optional[str] = None,
comments: Optional[str] = None,
encryption_method: Optional[str] = None,
encryption_suite: Optional[str] = None,
gateways: Optional[Sequence[str]] = None,
granular_encryptions: Optional[Sequence[ManagementVpnCommunityMeshedGranularEncryptionArgs]] = None,
ignore_errors: Optional[bool] = None,
ignore_warnings: Optional[bool] = None,
ike_phase1: Optional[Mapping[str, str]] = None,
ike_phase2: Optional[Mapping[str, str]] = None,
management_vpn_community_meshed_id: Optional[str] = None,
name: Optional[str] = None,
override_vpn_domains: Optional[Sequence[ManagementVpnCommunityMeshedOverrideVpnDomainArgs]] = None,
shared_secrets: Optional[Sequence[ManagementVpnCommunityMeshedSharedSecretArgs]] = None,
tags: Optional[Sequence[str]] = None,
tunnel_granularity: Optional[str] = None,
use_shared_secret: Optional[bool] = None) -> ManagementVpnCommunityMeshed
func GetManagementVpnCommunityMeshed(ctx *Context, name string, id IDInput, state *ManagementVpnCommunityMeshedState, opts ...ResourceOption) (*ManagementVpnCommunityMeshed, error)
public static ManagementVpnCommunityMeshed Get(string name, Input<string> id, ManagementVpnCommunityMeshedState? state, CustomResourceOptions? opts = null)
public static ManagementVpnCommunityMeshed get(String name, Output<String> id, ManagementVpnCommunityMeshedState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementVpnCommunityMeshed 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.
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Encryption
Method string - The encryption method to be used.
- Encryption
Suite string - The encryption suite to be used.
- Gateways List<string>
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- Granular
Encryptions List<ManagementVpn Community Meshed Granular Encryption> - VPN granular encryption settings. granular_encryptions 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.
- Ike
Phase1 Dictionary<string, string> - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- Ike
Phase2 Dictionary<string, string> - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- Management
Vpn stringCommunity Meshed Id - Name string
- Object name.
- Override
Vpn List<ManagementDomains Vpn Community Meshed Override Vpn Domain> - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- List<Management
Vpn Community Meshed Shared Secret> - Shared secrets for external gateways. shared_secrets blocks are documented below.
- List<string>
- Collection of tag identifiers.tags blocks are documented below.
- Tunnel
Granularity string - VPN tunnel sharing option to be used.
- bool
- Indicates whether the shared secret should be used for all external gateways.
- Color string
- Color of the object. Should be one of existing colors.
- Comments string
- Comments string.
- Encryption
Method string - The encryption method to be used.
- Encryption
Suite string - The encryption suite to be used.
- Gateways []string
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- Granular
Encryptions []ManagementVpn Community Meshed Granular Encryption Args - VPN granular encryption settings. granular_encryptions 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.
- Ike
Phase1 map[string]string - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- Ike
Phase2 map[string]string - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- Management
Vpn stringCommunity Meshed Id - Name string
- Object name.
- Override
Vpn []ManagementDomains Vpn Community Meshed Override Vpn Domain Args - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- []Management
Vpn Community Meshed Shared Secret Args - Shared secrets for external gateways. shared_secrets blocks are documented below.
- []string
- Collection of tag identifiers.tags blocks are documented below.
- Tunnel
Granularity string - VPN tunnel sharing option to be used.
- bool
- Indicates whether the shared secret should be used for all external gateways.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- encryption
Method String - The encryption method to be used.
- encryption
Suite String - The encryption suite to be used.
- gateways List<String>
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- granular
Encryptions List<ManagementVpn Community Meshed Granular Encryption> - VPN granular encryption settings. granular_encryptions blocks are documented below.
- ignore
Errors 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.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- ike
Phase1 Map<String,String> - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike
Phase2 Map<String,String> - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- management
Vpn StringCommunity Meshed Id - name String
- Object name.
- override
Vpn List<ManagementDomains Vpn Community Meshed Override Vpn Domain> - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- List<Management
Vpn Community Meshed Shared Secret> - Shared secrets for external gateways. shared_secrets blocks are documented below.
- List<String>
- Collection of tag identifiers.tags blocks are documented below.
- tunnel
Granularity String - VPN tunnel sharing option to be used.
- Boolean
- Indicates whether the shared secret should be used for all external gateways.
- color string
- Color of the object. Should be one of existing colors.
- comments string
- Comments string.
- encryption
Method string - The encryption method to be used.
- encryption
Suite string - The encryption suite to be used.
- gateways string[]
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- granular
Encryptions ManagementVpn Community Meshed Granular Encryption[] - VPN granular encryption settings. granular_encryptions blocks are documented below.
- ignore
Errors 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.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- ike
Phase1 {[key: string]: string} - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike
Phase2 {[key: string]: string} - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- management
Vpn stringCommunity Meshed Id - name string
- Object name.
- override
Vpn ManagementDomains Vpn Community Meshed Override Vpn Domain[] - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- Management
Vpn Community Meshed Shared Secret[] - Shared secrets for external gateways. shared_secrets blocks are documented below.
- string[]
- Collection of tag identifiers.tags blocks are documented below.
- tunnel
Granularity string - VPN tunnel sharing option to be used.
- boolean
- Indicates whether the shared secret should be used for all external gateways.
- color str
- Color of the object. Should be one of existing colors.
- comments str
- Comments string.
- encryption_
method str - The encryption method to be used.
- encryption_
suite str - The encryption suite to be used.
- gateways Sequence[str]
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- granular_
encryptions Sequence[ManagementVpn Community Meshed Granular Encryption Args] - VPN granular encryption settings. granular_encryptions 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.
- ike_
phase1 Mapping[str, str] - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike_
phase2 Mapping[str, str] - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- management_
vpn_ strcommunity_ meshed_ id - name str
- Object name.
- override_
vpn_ Sequence[Managementdomains Vpn Community Meshed Override Vpn Domain Args] - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- Sequence[Management
Vpn Community Meshed Shared Secret Args] - Shared secrets for external gateways. shared_secrets blocks are documented below.
- Sequence[str]
- Collection of tag identifiers.tags blocks are documented below.
- tunnel_
granularity str - VPN tunnel sharing option to be used.
- bool
- Indicates whether the shared secret should be used for all external gateways.
- color String
- Color of the object. Should be one of existing colors.
- comments String
- Comments string.
- encryption
Method String - The encryption method to be used.
- encryption
Suite String - The encryption suite to be used.
- gateways List<String>
- Collection of Gateway objects identified by the name or UID.gateways blocks are documented below.
- granular
Encryptions List<Property Map> - VPN granular encryption settings. granular_encryptions blocks are documented below.
- ignore
Errors 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.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- ike
Phase1 Map<String> - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike
Phase2 Map<String> - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- management
Vpn StringCommunity Meshed Id - name String
- Object name.
- override
Vpn List<Property Map>Domains - The Overrides VPN Domains of the participants GWs. override_vpn_domains blocks are documented below.
- List<Property Map>
- Shared secrets for external gateways. shared_secrets blocks are documented below.
- List<String>
- Collection of tag identifiers.tags blocks are documented below.
- tunnel
Granularity String - VPN tunnel sharing option to be used.
- Boolean
- Indicates whether the shared secret should be used for all external gateways.
Supporting Types
ManagementVpnCommunityMeshedGranularEncryption, ManagementVpnCommunityMeshedGranularEncryptionArgs
- External
Gateway string - Externally managed or 3rd party gateway identified by name or UID.
- Internal
Gateway string - Internally managed Check Point gateway identified by name or UID, or 'Any' for all internal-gateways participants in this community.
- Encryption
Method string - The encryption method to be used: prefer ikev2 but support ikev1, ikev2 only, ikev1 for ipv4 and ikev2 for ipv6 only.
- Encryption
Suite string - The encryption suite to be used: suite-b-gcm-256, custom, vpn b, vpn a, suite-b-gcm-128.
- Ike
Phase1 Dictionary<string, string> - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- Ike
Phase2 Dictionary<string, string> - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- External
Gateway string - Externally managed or 3rd party gateway identified by name or UID.
- Internal
Gateway string - Internally managed Check Point gateway identified by name or UID, or 'Any' for all internal-gateways participants in this community.
- Encryption
Method string - The encryption method to be used: prefer ikev2 but support ikev1, ikev2 only, ikev1 for ipv4 and ikev2 for ipv6 only.
- Encryption
Suite string - The encryption suite to be used: suite-b-gcm-256, custom, vpn b, vpn a, suite-b-gcm-128.
- Ike
Phase1 map[string]string - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- Ike
Phase2 map[string]string - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- external
Gateway String - Externally managed or 3rd party gateway identified by name or UID.
- internal
Gateway String - Internally managed Check Point gateway identified by name or UID, or 'Any' for all internal-gateways participants in this community.
- encryption
Method String - The encryption method to be used: prefer ikev2 but support ikev1, ikev2 only, ikev1 for ipv4 and ikev2 for ipv6 only.
- encryption
Suite String - The encryption suite to be used: suite-b-gcm-256, custom, vpn b, vpn a, suite-b-gcm-128.
- ike
Phase1 Map<String,String> - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike
Phase2 Map<String,String> - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- external
Gateway string - Externally managed or 3rd party gateway identified by name or UID.
- internal
Gateway string - Internally managed Check Point gateway identified by name or UID, or 'Any' for all internal-gateways participants in this community.
- encryption
Method string - The encryption method to be used: prefer ikev2 but support ikev1, ikev2 only, ikev1 for ipv4 and ikev2 for ipv6 only.
- encryption
Suite string - The encryption suite to be used: suite-b-gcm-256, custom, vpn b, vpn a, suite-b-gcm-128.
- ike
Phase1 {[key: string]: string} - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike
Phase2 {[key: string]: string} - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- external_
gateway str - Externally managed or 3rd party gateway identified by name or UID.
- internal_
gateway str - Internally managed Check Point gateway identified by name or UID, or 'Any' for all internal-gateways participants in this community.
- encryption_
method str - The encryption method to be used: prefer ikev2 but support ikev1, ikev2 only, ikev1 for ipv4 and ikev2 for ipv6 only.
- encryption_
suite str - The encryption suite to be used: suite-b-gcm-256, custom, vpn b, vpn a, suite-b-gcm-128.
- ike_
phase1 Mapping[str, str] - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike_
phase2 Mapping[str, str] - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
- external
Gateway String - Externally managed or 3rd party gateway identified by name or UID.
- internal
Gateway String - Internally managed Check Point gateway identified by name or UID, or 'Any' for all internal-gateways participants in this community.
- encryption
Method String - The encryption method to be used: prefer ikev2 but support ikev1, ikev2 only, ikev1 for ipv4 and ikev2 for ipv6 only.
- encryption
Suite String - The encryption suite to be used: suite-b-gcm-256, custom, vpn b, vpn a, suite-b-gcm-128.
- ike
Phase1 Map<String> - Ike Phase 1 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_1 blocks are documented below.
- ike
Phase2 Map<String> - Ike Phase 2 settings. Only applicable when the encryption-suite is set to [custom]. ike_phase_2 blocks are documented below.
ManagementVpnCommunityMeshedOverrideVpnDomain, ManagementVpnCommunityMeshedOverrideVpnDomainArgs
- gateway str
- Participant gateway in override VPN domain identified by the name or UID.
- vpn_
domain str - VPN domain network identified by the name or UID.
ManagementVpnCommunityMeshedSharedSecret, ManagementVpnCommunityMeshedSharedSecretArgs
- External
Gateway string - External gateway identified by the name or UID.
- string
- Shared secret.
- External
Gateway string - External gateway identified by the name or UID.
- string
- Shared secret.
- external
Gateway String - External gateway identified by the name or UID.
- String
- Shared secret.
- external
Gateway string - External gateway identified by the name or UID.
- string
- Shared secret.
- external_
gateway str - External gateway identified by the name or UID.
- str
- Shared secret.
- external
Gateway String - External gateway identified by the name or UID.
- String
- Shared secret.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.