fortimanager.ObjectSystemSdnconnector
Explore with Pulumi AI
Configure connection to SDN Connector.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
compartment_list
:fortimanager.ObjectSystemSdnconnectorCompartmentlist
external_account_list
:fortimanager.ObjectSystemSdnconnectorExternalaccountlist
external_ip
:fortimanager.ObjectSystemSdnconnectorExternalip
forwarding_rule
:fortimanager.ObjectSystemSdnconnectorForwardingrule
gcp_project_list
:fortimanager.ObjectSystemSdnconnectorGcpprojectlist
nic
:fortimanager.ObjectSystemSdnconnectorNic
oci_region_list
:fortimanager.ObjectSystemSdnconnectorOciregionlist
route
:fortimanager.ObjectSystemSdnconnectorRoute
route_table
:fortimanager.ObjectSystemSdnconnectorRoutetable
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectSystemSdnconnector("trname", {
apiKeys: ["fortinet"],
computeGeneration: 2,
ibmRegion: "us-south",
ibmRegionGen1: "us-south",
ibmRegionGen2: "us-south",
passwords: ["fortinet"],
restInterface: "mgmt",
restPasswords: ["fortinet"],
restSport: 9443,
restSsl: "enable",
server: "192.168.1.1",
status: "enable",
type: "aci",
username: "terraform-tefv",
vcenterPasswords: ["fortinet"],
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectSystemSdnconnector("trname",
api_keys=["fortinet"],
compute_generation=2,
ibm_region="us-south",
ibm_region_gen1="us-south",
ibm_region_gen2="us-south",
passwords=["fortinet"],
rest_interface="mgmt",
rest_passwords=["fortinet"],
rest_sport=9443,
rest_ssl="enable",
server="192.168.1.1",
status="enable",
type="aci",
username="terraform-tefv",
vcenter_passwords=["fortinet"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewObjectSystemSdnconnector(ctx, "trname", &fortimanager.ObjectSystemSdnconnectorArgs{
ApiKeys: pulumi.StringArray{
pulumi.String("fortinet"),
},
ComputeGeneration: pulumi.Float64(2),
IbmRegion: pulumi.String("us-south"),
IbmRegionGen1: pulumi.String("us-south"),
IbmRegionGen2: pulumi.String("us-south"),
Passwords: pulumi.StringArray{
pulumi.String("fortinet"),
},
RestInterface: pulumi.String("mgmt"),
RestPasswords: pulumi.StringArray{
pulumi.String("fortinet"),
},
RestSport: pulumi.Float64(9443),
RestSsl: pulumi.String("enable"),
Server: pulumi.String("192.168.1.1"),
Status: pulumi.String("enable"),
Type: pulumi.String("aci"),
Username: pulumi.String("terraform-tefv"),
VcenterPasswords: pulumi.StringArray{
pulumi.String("fortinet"),
},
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.ObjectSystemSdnconnector("trname", new()
{
ApiKeys = new[]
{
"fortinet",
},
ComputeGeneration = 2,
IbmRegion = "us-south",
IbmRegionGen1 = "us-south",
IbmRegionGen2 = "us-south",
Passwords = new[]
{
"fortinet",
},
RestInterface = "mgmt",
RestPasswords = new[]
{
"fortinet",
},
RestSport = 9443,
RestSsl = "enable",
Server = "192.168.1.1",
Status = "enable",
Type = "aci",
Username = "terraform-tefv",
VcenterPasswords = new[]
{
"fortinet",
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectSystemSdnconnector;
import com.pulumi.fortimanager.ObjectSystemSdnconnectorArgs;
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 trname = new ObjectSystemSdnconnector("trname", ObjectSystemSdnconnectorArgs.builder()
.apiKeys("fortinet")
.computeGeneration(2)
.ibmRegion("us-south")
.ibmRegionGen1("us-south")
.ibmRegionGen2("us-south")
.passwords("fortinet")
.restInterface("mgmt")
.restPasswords("fortinet")
.restSport(9443)
.restSsl("enable")
.server("192.168.1.1")
.status("enable")
.type("aci")
.username("terraform-tefv")
.vcenterPasswords("fortinet")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectSystemSdnconnector
properties:
apiKeys:
- fortinet
computeGeneration: 2
ibmRegion: us-south
ibmRegionGen1: us-south
ibmRegionGen2: us-south
passwords:
- fortinet
restInterface: mgmt
restPasswords:
- fortinet
restSport: 9443
restSsl: enable
server: 192.168.1.1
status: enable
type: aci
username: terraform-tefv
vcenterPasswords:
- fortinet
Create ObjectSystemSdnconnector Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectSystemSdnconnector(name: string, args?: ObjectSystemSdnconnectorArgs, opts?: CustomResourceOptions);
@overload
def ObjectSystemSdnconnector(resource_name: str,
args: Optional[ObjectSystemSdnconnectorArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectSystemSdnconnector(resource_name: str,
opts: Optional[ResourceOptions] = None,
_local_cert: Optional[str] = None,
access_key: Optional[str] = None,
adom: Optional[str] = None,
alt_resource_ip: Optional[str] = None,
api_keys: Optional[Sequence[str]] = None,
azure_region: Optional[str] = None,
client_id: Optional[str] = None,
client_secrets: Optional[Sequence[str]] = None,
compartment_id: Optional[str] = None,
compartment_lists: Optional[Sequence[ObjectSystemSdnconnectorCompartmentListArgs]] = None,
compute_generation: Optional[float] = None,
domain: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
external_account_lists: Optional[Sequence[ObjectSystemSdnconnectorExternalAccountListArgs]] = None,
external_ips: Optional[Sequence[ObjectSystemSdnconnectorExternalIpArgs]] = None,
forwarding_rules: Optional[Sequence[ObjectSystemSdnconnectorForwardingRuleArgs]] = None,
gcp_project: Optional[str] = None,
gcp_project_lists: Optional[Sequence[ObjectSystemSdnconnectorGcpProjectListArgs]] = None,
group_name: Optional[str] = None,
ha_status: Optional[str] = None,
ibm_region: Optional[str] = None,
ibm_region_gen1: Optional[str] = None,
ibm_region_gen2: Optional[str] = None,
key_passwds: Optional[Sequence[str]] = None,
last_update: Optional[float] = None,
login_endpoint: Optional[str] = None,
name: Optional[str] = None,
nics: Optional[Sequence[ObjectSystemSdnconnectorNicArgs]] = None,
nsx_cert_fingerprint: Optional[str] = None,
object_system_sdnconnector_id: Optional[str] = None,
oci_cert: Optional[str] = None,
oci_fingerprint: Optional[str] = None,
oci_region: Optional[str] = None,
oci_region_lists: Optional[Sequence[ObjectSystemSdnconnectorOciRegionListArgs]] = None,
oci_region_type: Optional[str] = None,
passwords: Optional[Sequence[str]] = None,
private_key: Optional[str] = None,
proxy: Optional[str] = None,
region: Optional[str] = None,
resource_group: Optional[str] = None,
resource_url: Optional[str] = None,
rest_interface: Optional[str] = None,
rest_passwords: Optional[Sequence[str]] = None,
rest_sport: Optional[float] = None,
rest_ssl: Optional[str] = None,
route_tables: Optional[Sequence[ObjectSystemSdnconnectorRouteTableArgs]] = None,
routes: Optional[Sequence[ObjectSystemSdnconnectorRouteArgs]] = None,
scopetype: Optional[str] = None,
secret_keys: Optional[Sequence[str]] = None,
secret_token: Optional[str] = None,
server: Optional[str] = None,
server_ca_cert: Optional[str] = None,
server_cert: Optional[str] = None,
server_lists: Optional[Sequence[str]] = None,
server_port: Optional[float] = None,
service_account: Optional[str] = None,
status: Optional[str] = None,
subscription_id: Optional[str] = None,
tenant_id: Optional[str] = None,
type: Optional[str] = None,
update_interval: Optional[float] = None,
updating: Optional[float] = None,
use_metadata_iam: Optional[str] = None,
user_id: Optional[str] = None,
username: Optional[str] = None,
vcenter_passwords: Optional[Sequence[str]] = None,
vcenter_server: Optional[str] = None,
vcenter_username: Optional[str] = None,
verify_certificate: Optional[str] = None,
vmx_image_url: Optional[str] = None,
vmx_service_name: Optional[str] = None,
vpc_id: Optional[str] = None)
func NewObjectSystemSdnconnector(ctx *Context, name string, args *ObjectSystemSdnconnectorArgs, opts ...ResourceOption) (*ObjectSystemSdnconnector, error)
public ObjectSystemSdnconnector(string name, ObjectSystemSdnconnectorArgs? args = null, CustomResourceOptions? opts = null)
public ObjectSystemSdnconnector(String name, ObjectSystemSdnconnectorArgs args)
public ObjectSystemSdnconnector(String name, ObjectSystemSdnconnectorArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSystemSdnconnector
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 ObjectSystemSdnconnectorArgs
- 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 ObjectSystemSdnconnectorArgs
- 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 ObjectSystemSdnconnectorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectSystemSdnconnectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectSystemSdnconnectorArgs
- 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 objectSystemSdnconnectorResource = new Fortimanager.ObjectSystemSdnconnector("objectSystemSdnconnectorResource", new()
{
_localCert = "string",
AccessKey = "string",
Adom = "string",
AltResourceIp = "string",
ApiKeys = new[]
{
"string",
},
AzureRegion = "string",
ClientId = "string",
ClientSecrets = new[]
{
"string",
},
CompartmentId = "string",
CompartmentLists = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorCompartmentListArgs
{
CompartmentId = "string",
},
},
ComputeGeneration = 0,
Domain = "string",
DynamicSortSubtable = "string",
ExternalAccountLists = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorExternalAccountListArgs
{
ExternalId = "string",
RegionLists = new[]
{
"string",
},
RoleArn = "string",
},
},
ExternalIps = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorExternalIpArgs
{
Name = "string",
},
},
ForwardingRules = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorForwardingRuleArgs
{
RuleName = "string",
Target = "string",
},
},
GcpProject = "string",
GcpProjectLists = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorGcpProjectListArgs
{
GcpZoneLists = new[]
{
"string",
},
Id = "string",
},
},
GroupName = "string",
HaStatus = "string",
IbmRegion = "string",
IbmRegionGen1 = "string",
IbmRegionGen2 = "string",
KeyPasswds = new[]
{
"string",
},
LastUpdate = 0,
LoginEndpoint = "string",
Name = "string",
Nics = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorNicArgs
{
Ips = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorNicIpArgs
{
Name = "string",
PrivateIp = "string",
PublicIp = "string",
ResourceGroup = "string",
},
},
Name = "string",
PeerNic = "string",
},
},
NsxCertFingerprint = "string",
ObjectSystemSdnconnectorId = "string",
OciCert = "string",
OciFingerprint = "string",
OciRegion = "string",
OciRegionLists = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorOciRegionListArgs
{
Region = "string",
},
},
OciRegionType = "string",
Passwords = new[]
{
"string",
},
PrivateKey = "string",
Proxy = "string",
Region = "string",
ResourceGroup = "string",
ResourceUrl = "string",
RestInterface = "string",
RestPasswords = new[]
{
"string",
},
RestSport = 0,
RestSsl = "string",
RouteTables = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorRouteTableArgs
{
Name = "string",
ResourceGroup = "string",
Routes = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorRouteTableRouteArgs
{
Name = "string",
NextHop = "string",
},
},
SubscriptionId = "string",
},
},
Routes = new[]
{
new Fortimanager.Inputs.ObjectSystemSdnconnectorRouteArgs
{
Name = "string",
},
},
Scopetype = "string",
SecretKeys = new[]
{
"string",
},
SecretToken = "string",
Server = "string",
ServerCaCert = "string",
ServerCert = "string",
ServerLists = new[]
{
"string",
},
ServerPort = 0,
ServiceAccount = "string",
Status = "string",
SubscriptionId = "string",
TenantId = "string",
Type = "string",
UpdateInterval = 0,
Updating = 0,
UseMetadataIam = "string",
UserId = "string",
Username = "string",
VcenterPasswords = new[]
{
"string",
},
VcenterServer = "string",
VcenterUsername = "string",
VerifyCertificate = "string",
VmxImageUrl = "string",
VmxServiceName = "string",
VpcId = "string",
});
example, err := fortimanager.NewObjectSystemSdnconnector(ctx, "objectSystemSdnconnectorResource", &fortimanager.ObjectSystemSdnconnectorArgs{
_localCert: pulumi.String("string"),
AccessKey: pulumi.String("string"),
Adom: pulumi.String("string"),
AltResourceIp: pulumi.String("string"),
ApiKeys: pulumi.StringArray{
pulumi.String("string"),
},
AzureRegion: pulumi.String("string"),
ClientId: pulumi.String("string"),
ClientSecrets: pulumi.StringArray{
pulumi.String("string"),
},
CompartmentId: pulumi.String("string"),
CompartmentLists: .ObjectSystemSdnconnectorCompartmentListTypeArray{
&.ObjectSystemSdnconnectorCompartmentListTypeArgs{
CompartmentId: pulumi.String("string"),
},
},
ComputeGeneration: pulumi.Float64(0),
Domain: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
ExternalAccountLists: .ObjectSystemSdnconnectorExternalAccountListTypeArray{
&.ObjectSystemSdnconnectorExternalAccountListTypeArgs{
ExternalId: pulumi.String("string"),
RegionLists: pulumi.StringArray{
pulumi.String("string"),
},
RoleArn: pulumi.String("string"),
},
},
ExternalIps: .ObjectSystemSdnconnectorExternalIpTypeArray{
&.ObjectSystemSdnconnectorExternalIpTypeArgs{
Name: pulumi.String("string"),
},
},
ForwardingRules: .ObjectSystemSdnconnectorForwardingRuleTypeArray{
&.ObjectSystemSdnconnectorForwardingRuleTypeArgs{
RuleName: pulumi.String("string"),
Target: pulumi.String("string"),
},
},
GcpProject: pulumi.String("string"),
GcpProjectLists: .ObjectSystemSdnconnectorGcpProjectListTypeArray{
&.ObjectSystemSdnconnectorGcpProjectListTypeArgs{
GcpZoneLists: pulumi.StringArray{
pulumi.String("string"),
},
Id: pulumi.String("string"),
},
},
GroupName: pulumi.String("string"),
HaStatus: pulumi.String("string"),
IbmRegion: pulumi.String("string"),
IbmRegionGen1: pulumi.String("string"),
IbmRegionGen2: pulumi.String("string"),
KeyPasswds: pulumi.StringArray{
pulumi.String("string"),
},
LastUpdate: pulumi.Float64(0),
LoginEndpoint: pulumi.String("string"),
Name: pulumi.String("string"),
Nics: .ObjectSystemSdnconnectorNicTypeArray{
&.ObjectSystemSdnconnectorNicTypeArgs{
Ips: .ObjectSystemSdnconnectorNicIpTypeArray{
&.ObjectSystemSdnconnectorNicIpTypeArgs{
Name: pulumi.String("string"),
PrivateIp: pulumi.String("string"),
PublicIp: pulumi.String("string"),
ResourceGroup: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
PeerNic: pulumi.String("string"),
},
},
NsxCertFingerprint: pulumi.String("string"),
ObjectSystemSdnconnectorId: pulumi.String("string"),
OciCert: pulumi.String("string"),
OciFingerprint: pulumi.String("string"),
OciRegion: pulumi.String("string"),
OciRegionLists: .ObjectSystemSdnconnectorOciRegionListTypeArray{
&.ObjectSystemSdnconnectorOciRegionListTypeArgs{
Region: pulumi.String("string"),
},
},
OciRegionType: pulumi.String("string"),
Passwords: pulumi.StringArray{
pulumi.String("string"),
},
PrivateKey: pulumi.String("string"),
Proxy: pulumi.String("string"),
Region: pulumi.String("string"),
ResourceGroup: pulumi.String("string"),
ResourceUrl: pulumi.String("string"),
RestInterface: pulumi.String("string"),
RestPasswords: pulumi.StringArray{
pulumi.String("string"),
},
RestSport: pulumi.Float64(0),
RestSsl: pulumi.String("string"),
RouteTables: .ObjectSystemSdnconnectorRouteTableTypeArray{
&.ObjectSystemSdnconnectorRouteTableTypeArgs{
Name: pulumi.String("string"),
ResourceGroup: pulumi.String("string"),
Routes: .ObjectSystemSdnconnectorRouteTableRouteTypeArray{
&.ObjectSystemSdnconnectorRouteTableRouteTypeArgs{
Name: pulumi.String("string"),
NextHop: pulumi.String("string"),
},
},
SubscriptionId: pulumi.String("string"),
},
},
Routes: .ObjectSystemSdnconnectorRouteTypeArray{
&.ObjectSystemSdnconnectorRouteTypeArgs{
Name: pulumi.String("string"),
},
},
Scopetype: pulumi.String("string"),
SecretKeys: pulumi.StringArray{
pulumi.String("string"),
},
SecretToken: pulumi.String("string"),
Server: pulumi.String("string"),
ServerCaCert: pulumi.String("string"),
ServerCert: pulumi.String("string"),
ServerLists: pulumi.StringArray{
pulumi.String("string"),
},
ServerPort: pulumi.Float64(0),
ServiceAccount: pulumi.String("string"),
Status: pulumi.String("string"),
SubscriptionId: pulumi.String("string"),
TenantId: pulumi.String("string"),
Type: pulumi.String("string"),
UpdateInterval: pulumi.Float64(0),
Updating: pulumi.Float64(0),
UseMetadataIam: pulumi.String("string"),
UserId: pulumi.String("string"),
Username: pulumi.String("string"),
VcenterPasswords: pulumi.StringArray{
pulumi.String("string"),
},
VcenterServer: pulumi.String("string"),
VcenterUsername: pulumi.String("string"),
VerifyCertificate: pulumi.String("string"),
VmxImageUrl: pulumi.String("string"),
VmxServiceName: pulumi.String("string"),
VpcId: pulumi.String("string"),
})
var objectSystemSdnconnectorResource = new ObjectSystemSdnconnector("objectSystemSdnconnectorResource", ObjectSystemSdnconnectorArgs.builder()
._localCert("string")
.accessKey("string")
.adom("string")
.altResourceIp("string")
.apiKeys("string")
.azureRegion("string")
.clientId("string")
.clientSecrets("string")
.compartmentId("string")
.compartmentLists(ObjectSystemSdnconnectorCompartmentListArgs.builder()
.compartmentId("string")
.build())
.computeGeneration(0)
.domain("string")
.dynamicSortSubtable("string")
.externalAccountLists(ObjectSystemSdnconnectorExternalAccountListArgs.builder()
.externalId("string")
.regionLists("string")
.roleArn("string")
.build())
.externalIps(ObjectSystemSdnconnectorExternalIpArgs.builder()
.name("string")
.build())
.forwardingRules(ObjectSystemSdnconnectorForwardingRuleArgs.builder()
.ruleName("string")
.target("string")
.build())
.gcpProject("string")
.gcpProjectLists(ObjectSystemSdnconnectorGcpProjectListArgs.builder()
.gcpZoneLists("string")
.id("string")
.build())
.groupName("string")
.haStatus("string")
.ibmRegion("string")
.ibmRegionGen1("string")
.ibmRegionGen2("string")
.keyPasswds("string")
.lastUpdate(0)
.loginEndpoint("string")
.name("string")
.nics(ObjectSystemSdnconnectorNicArgs.builder()
.ips(ObjectSystemSdnconnectorNicIpArgs.builder()
.name("string")
.privateIp("string")
.publicIp("string")
.resourceGroup("string")
.build())
.name("string")
.peerNic("string")
.build())
.nsxCertFingerprint("string")
.objectSystemSdnconnectorId("string")
.ociCert("string")
.ociFingerprint("string")
.ociRegion("string")
.ociRegionLists(ObjectSystemSdnconnectorOciRegionListArgs.builder()
.region("string")
.build())
.ociRegionType("string")
.passwords("string")
.privateKey("string")
.proxy("string")
.region("string")
.resourceGroup("string")
.resourceUrl("string")
.restInterface("string")
.restPasswords("string")
.restSport(0)
.restSsl("string")
.routeTables(ObjectSystemSdnconnectorRouteTableArgs.builder()
.name("string")
.resourceGroup("string")
.routes(ObjectSystemSdnconnectorRouteTableRouteArgs.builder()
.name("string")
.nextHop("string")
.build())
.subscriptionId("string")
.build())
.routes(ObjectSystemSdnconnectorRouteArgs.builder()
.name("string")
.build())
.scopetype("string")
.secretKeys("string")
.secretToken("string")
.server("string")
.serverCaCert("string")
.serverCert("string")
.serverLists("string")
.serverPort(0)
.serviceAccount("string")
.status("string")
.subscriptionId("string")
.tenantId("string")
.type("string")
.updateInterval(0)
.updating(0)
.useMetadataIam("string")
.userId("string")
.username("string")
.vcenterPasswords("string")
.vcenterServer("string")
.vcenterUsername("string")
.verifyCertificate("string")
.vmxImageUrl("string")
.vmxServiceName("string")
.vpcId("string")
.build());
object_system_sdnconnector_resource = fortimanager.ObjectSystemSdnconnector("objectSystemSdnconnectorResource",
_local_cert="string",
access_key="string",
adom="string",
alt_resource_ip="string",
api_keys=["string"],
azure_region="string",
client_id="string",
client_secrets=["string"],
compartment_id="string",
compartment_lists=[{
"compartment_id": "string",
}],
compute_generation=0,
domain="string",
dynamic_sort_subtable="string",
external_account_lists=[{
"external_id": "string",
"region_lists": ["string"],
"role_arn": "string",
}],
external_ips=[{
"name": "string",
}],
forwarding_rules=[{
"rule_name": "string",
"target": "string",
}],
gcp_project="string",
gcp_project_lists=[{
"gcp_zone_lists": ["string"],
"id": "string",
}],
group_name="string",
ha_status="string",
ibm_region="string",
ibm_region_gen1="string",
ibm_region_gen2="string",
key_passwds=["string"],
last_update=0,
login_endpoint="string",
name="string",
nics=[{
"ips": [{
"name": "string",
"private_ip": "string",
"public_ip": "string",
"resource_group": "string",
}],
"name": "string",
"peer_nic": "string",
}],
nsx_cert_fingerprint="string",
object_system_sdnconnector_id="string",
oci_cert="string",
oci_fingerprint="string",
oci_region="string",
oci_region_lists=[{
"region": "string",
}],
oci_region_type="string",
passwords=["string"],
private_key="string",
proxy="string",
region="string",
resource_group="string",
resource_url="string",
rest_interface="string",
rest_passwords=["string"],
rest_sport=0,
rest_ssl="string",
route_tables=[{
"name": "string",
"resource_group": "string",
"routes": [{
"name": "string",
"next_hop": "string",
}],
"subscription_id": "string",
}],
routes=[{
"name": "string",
}],
scopetype="string",
secret_keys=["string"],
secret_token="string",
server="string",
server_ca_cert="string",
server_cert="string",
server_lists=["string"],
server_port=0,
service_account="string",
status="string",
subscription_id="string",
tenant_id="string",
type="string",
update_interval=0,
updating=0,
use_metadata_iam="string",
user_id="string",
username="string",
vcenter_passwords=["string"],
vcenter_server="string",
vcenter_username="string",
verify_certificate="string",
vmx_image_url="string",
vmx_service_name="string",
vpc_id="string")
const objectSystemSdnconnectorResource = new fortimanager.ObjectSystemSdnconnector("objectSystemSdnconnectorResource", {
_localCert: "string",
accessKey: "string",
adom: "string",
altResourceIp: "string",
apiKeys: ["string"],
azureRegion: "string",
clientId: "string",
clientSecrets: ["string"],
compartmentId: "string",
compartmentLists: [{
compartmentId: "string",
}],
computeGeneration: 0,
domain: "string",
dynamicSortSubtable: "string",
externalAccountLists: [{
externalId: "string",
regionLists: ["string"],
roleArn: "string",
}],
externalIps: [{
name: "string",
}],
forwardingRules: [{
ruleName: "string",
target: "string",
}],
gcpProject: "string",
gcpProjectLists: [{
gcpZoneLists: ["string"],
id: "string",
}],
groupName: "string",
haStatus: "string",
ibmRegion: "string",
ibmRegionGen1: "string",
ibmRegionGen2: "string",
keyPasswds: ["string"],
lastUpdate: 0,
loginEndpoint: "string",
name: "string",
nics: [{
ips: [{
name: "string",
privateIp: "string",
publicIp: "string",
resourceGroup: "string",
}],
name: "string",
peerNic: "string",
}],
nsxCertFingerprint: "string",
objectSystemSdnconnectorId: "string",
ociCert: "string",
ociFingerprint: "string",
ociRegion: "string",
ociRegionLists: [{
region: "string",
}],
ociRegionType: "string",
passwords: ["string"],
privateKey: "string",
proxy: "string",
region: "string",
resourceGroup: "string",
resourceUrl: "string",
restInterface: "string",
restPasswords: ["string"],
restSport: 0,
restSsl: "string",
routeTables: [{
name: "string",
resourceGroup: "string",
routes: [{
name: "string",
nextHop: "string",
}],
subscriptionId: "string",
}],
routes: [{
name: "string",
}],
scopetype: "string",
secretKeys: ["string"],
secretToken: "string",
server: "string",
serverCaCert: "string",
serverCert: "string",
serverLists: ["string"],
serverPort: 0,
serviceAccount: "string",
status: "string",
subscriptionId: "string",
tenantId: "string",
type: "string",
updateInterval: 0,
updating: 0,
useMetadataIam: "string",
userId: "string",
username: "string",
vcenterPasswords: ["string"],
vcenterServer: "string",
vcenterUsername: "string",
verifyCertificate: "string",
vmxImageUrl: "string",
vmxServiceName: "string",
vpcId: "string",
});
type: fortimanager:ObjectSystemSdnconnector
properties:
_localCert: string
accessKey: string
adom: string
altResourceIp: string
apiKeys:
- string
azureRegion: string
clientId: string
clientSecrets:
- string
compartmentId: string
compartmentLists:
- compartmentId: string
computeGeneration: 0
domain: string
dynamicSortSubtable: string
externalAccountLists:
- externalId: string
regionLists:
- string
roleArn: string
externalIps:
- name: string
forwardingRules:
- ruleName: string
target: string
gcpProject: string
gcpProjectLists:
- gcpZoneLists:
- string
id: string
groupName: string
haStatus: string
ibmRegion: string
ibmRegionGen1: string
ibmRegionGen2: string
keyPasswds:
- string
lastUpdate: 0
loginEndpoint: string
name: string
nics:
- ips:
- name: string
privateIp: string
publicIp: string
resourceGroup: string
name: string
peerNic: string
nsxCertFingerprint: string
objectSystemSdnconnectorId: string
ociCert: string
ociFingerprint: string
ociRegion: string
ociRegionLists:
- region: string
ociRegionType: string
passwords:
- string
privateKey: string
proxy: string
region: string
resourceGroup: string
resourceUrl: string
restInterface: string
restPasswords:
- string
restSport: 0
restSsl: string
routeTables:
- name: string
resourceGroup: string
routes:
- name: string
nextHop: string
subscriptionId: string
routes:
- name: string
scopetype: string
secretKeys:
- string
secretToken: string
server: string
serverCaCert: string
serverCert: string
serverLists:
- string
serverPort: 0
serviceAccount: string
status: string
subscriptionId: string
tenantId: string
type: string
updateInterval: 0
updating: 0
useMetadataIam: string
userId: string
username: string
vcenterPasswords:
- string
vcenterServer: string
vcenterUsername: string
verifyCertificate: string
vmxImageUrl: string
vmxServiceName: string
vpcId: string
ObjectSystemSdnconnector 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 ObjectSystemSdnconnector resource accepts the following input properties:
- Access
Key string - AWS / ACS access key ID.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Alt
Resource stringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - Api
Keys List<string> - IBM cloud API key or service ID API key.
- Azure
Region string - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - Client
Id string - Azure client ID (application ID).
- Client
Secrets List<string> - Azure client secret (application key).
- Compartment
Id string - Compartment ID.
- Compartment
Lists List<ObjectSystem Sdnconnector Compartment List> - Compartment-List. The structure of
compartment_list
block is documented below. - Compute
Generation double - Compute generation for IBM cloud infrastructure.
- Domain string
- Domain name.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- External
Account List<ObjectLists System Sdnconnector External Account List> - External-Account-List. The structure of
external_account_list
block is documented below. - External
Ips List<ObjectSystem Sdnconnector External Ip> - External-Ip. The structure of
external_ip
block is documented below. - Forwarding
Rules List<ObjectSystem Sdnconnector Forwarding Rule> - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - Gcp
Project string - GCP project name.
- Gcp
Project List<ObjectLists System Sdnconnector Gcp Project List> - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - Group
Name string - Group name of computers.
- Ha
Status string - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - Ibm
Region string - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - Ibm
Region stringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - Ibm
Region stringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - Key
Passwds List<string> - Private key password.
- Last
Update double - Last-Update.
- Login
Endpoint string - Azure Stack login endpoint.
- Name string
- SDN connector name.
- Nics
List<Object
System Sdnconnector Nic> - Nic. The structure of
nic
block is documented below. - Nsx
Cert stringFingerprint - NSX certificate fingerprint.
- Object
System stringSdnconnector Id - an identifier for the resource with format {{name}}.
- Oci
Cert string - OCI certificate.
- Oci
Fingerprint string - Oci-Fingerprint.
- Oci
Region string - OCI server region.
- Oci
Region List<ObjectLists System Sdnconnector Oci Region List> - Oci-Region-List. The structure of
oci_region_list
block is documented below. - Oci
Region stringType - OCI region type. Valid values:
commercial
,government
. - Passwords List<string>
- Password of the remote SDN connector as login credentials.
- Private
Key string - Private key of GCP service account.
- Proxy string
- SDN proxy.
- Region string
- AWS / ACS region name.
- Resource
Group string - Azure resource group.
- Resource
Url string - Azure Stack resource URL.
- Rest
Interface string - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - Rest
Passwords List<string> - Password for REST service.
- Rest
Sport double - REST service access port (1 - 65535).
- Rest
Ssl string - Rest-Ssl. Valid values:
disable
,enable
. - Route
Tables List<ObjectSystem Sdnconnector Route Table> - Route-Table. The structure of
route_table
block is documented below. - Routes
List<Object
System Sdnconnector Route> - Route. The structure of
route
block is documented below. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Secret
Keys List<string> - AWS / ACS secret access key.
- Secret
Token string - Secret token of Kubernetes service account.
- Server string
- Server address of the remote SDN connector.
- Server
Ca stringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- Server
Cert string - Trust servers that contain this certificate only.
- Server
Lists List<string> - Server address list of the remote SDN connector.
- Server
Port double - Port number of the remote SDN connector.
- Service
Account string - GCP service account email.
- Status string
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - Subscription
Id string - Azure subscription ID.
- Tenant
Id string - Tenant ID (directory ID).
- Type string
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - Update
Interval double - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- Updating double
- Updating.
- Use
Metadata stringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - User
Id string - User ID.
- Username string
- Username of the remote SDN connector as login credentials.
- Vcenter
Passwords List<string> - vCenter server password for NSX quarantine.
- Vcenter
Server string - vCenter server address for NSX quarantine.
- Vcenter
Username string - vCenter server username for NSX quarantine.
- Verify
Certificate string - Enable/disable server certificate verification. Valid values:
disable
,enable
. - Vmx
Image stringUrl - URL of web-hosted VMX image.
- Vmx
Service stringName - VMX Service name.
- Vpc
Id string - AWS VPC ID.
- _
local stringCert - _Local_Cert.
- Access
Key string - AWS / ACS access key ID.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Alt
Resource stringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - Api
Keys []string - IBM cloud API key or service ID API key.
- Azure
Region string - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - Client
Id string - Azure client ID (application ID).
- Client
Secrets []string - Azure client secret (application key).
- Compartment
Id string - Compartment ID.
- Compartment
Lists []ObjectSystem Sdnconnector Compartment List Type Args - Compartment-List. The structure of
compartment_list
block is documented below. - Compute
Generation float64 - Compute generation for IBM cloud infrastructure.
- Domain string
- Domain name.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- External
Account []ObjectLists System Sdnconnector External Account List Type Args - External-Account-List. The structure of
external_account_list
block is documented below. - External
Ips []ObjectSystem Sdnconnector External Ip Type Args - External-Ip. The structure of
external_ip
block is documented below. - Forwarding
Rules []ObjectSystem Sdnconnector Forwarding Rule Type Args - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - Gcp
Project string - GCP project name.
- Gcp
Project []ObjectLists System Sdnconnector Gcp Project List Type Args - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - Group
Name string - Group name of computers.
- Ha
Status string - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - Ibm
Region string - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - Ibm
Region stringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - Ibm
Region stringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - Key
Passwds []string - Private key password.
- Last
Update float64 - Last-Update.
- Login
Endpoint string - Azure Stack login endpoint.
- Name string
- SDN connector name.
- Nics
[]Object
System Sdnconnector Nic Type Args - Nic. The structure of
nic
block is documented below. - Nsx
Cert stringFingerprint - NSX certificate fingerprint.
- Object
System stringSdnconnector Id - an identifier for the resource with format {{name}}.
- Oci
Cert string - OCI certificate.
- Oci
Fingerprint string - Oci-Fingerprint.
- Oci
Region string - OCI server region.
- Oci
Region []ObjectLists System Sdnconnector Oci Region List Type Args - Oci-Region-List. The structure of
oci_region_list
block is documented below. - Oci
Region stringType - OCI region type. Valid values:
commercial
,government
. - Passwords []string
- Password of the remote SDN connector as login credentials.
- Private
Key string - Private key of GCP service account.
- Proxy string
- SDN proxy.
- Region string
- AWS / ACS region name.
- Resource
Group string - Azure resource group.
- Resource
Url string - Azure Stack resource URL.
- Rest
Interface string - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - Rest
Passwords []string - Password for REST service.
- Rest
Sport float64 - REST service access port (1 - 65535).
- Rest
Ssl string - Rest-Ssl. Valid values:
disable
,enable
. - Route
Tables []ObjectSystem Sdnconnector Route Table Type Args - Route-Table. The structure of
route_table
block is documented below. - Routes
[]Object
System Sdnconnector Route Type Args - Route. The structure of
route
block is documented below. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Secret
Keys []string - AWS / ACS secret access key.
- Secret
Token string - Secret token of Kubernetes service account.
- Server string
- Server address of the remote SDN connector.
- Server
Ca stringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- Server
Cert string - Trust servers that contain this certificate only.
- Server
Lists []string - Server address list of the remote SDN connector.
- Server
Port float64 - Port number of the remote SDN connector.
- Service
Account string - GCP service account email.
- Status string
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - Subscription
Id string - Azure subscription ID.
- Tenant
Id string - Tenant ID (directory ID).
- Type string
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - Update
Interval float64 - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- Updating float64
- Updating.
- Use
Metadata stringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - User
Id string - User ID.
- Username string
- Username of the remote SDN connector as login credentials.
- Vcenter
Passwords []string - vCenter server password for NSX quarantine.
- Vcenter
Server string - vCenter server address for NSX quarantine.
- Vcenter
Username string - vCenter server username for NSX quarantine.
- Verify
Certificate string - Enable/disable server certificate verification. Valid values:
disable
,enable
. - Vmx
Image stringUrl - URL of web-hosted VMX image.
- Vmx
Service stringName - VMX Service name.
- Vpc
Id string - AWS VPC ID.
- _
local stringCert - _Local_Cert.
- _
local StringCert - _Local_Cert.
- access
Key String - AWS / ACS access key ID.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Resource StringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - api
Keys List<String> - IBM cloud API key or service ID API key.
- azure
Region String - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - client
Id String - Azure client ID (application ID).
- client
Secrets List<String> - Azure client secret (application key).
- compartment
Id String - Compartment ID.
- compartment
Lists List<ObjectSystem Sdnconnector Compartment List> - Compartment-List. The structure of
compartment_list
block is documented below. - compute
Generation Double - Compute generation for IBM cloud infrastructure.
- domain String
- Domain name.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- external
Account List<ObjectLists System Sdnconnector External Account List> - External-Account-List. The structure of
external_account_list
block is documented below. - external
Ips List<ObjectSystem Sdnconnector External Ip> - External-Ip. The structure of
external_ip
block is documented below. - forwarding
Rules List<ObjectSystem Sdnconnector Forwarding Rule> - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - gcp
Project String - GCP project name.
- gcp
Project List<ObjectLists System Sdnconnector Gcp Project List> - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - group
Name String - Group name of computers.
- ha
Status String - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - ibm
Region String - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region StringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region StringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - key
Passwds List<String> - Private key password.
- last
Update Double - Last-Update.
- login
Endpoint String - Azure Stack login endpoint.
- name String
- SDN connector name.
- nics
List<Object
System Sdnconnector Nic> - Nic. The structure of
nic
block is documented below. - nsx
Cert StringFingerprint - NSX certificate fingerprint.
- object
System StringSdnconnector Id - an identifier for the resource with format {{name}}.
- oci
Cert String - OCI certificate.
- oci
Fingerprint String - Oci-Fingerprint.
- oci
Region String - OCI server region.
- oci
Region List<ObjectLists System Sdnconnector Oci Region List> - Oci-Region-List. The structure of
oci_region_list
block is documented below. - oci
Region StringType - OCI region type. Valid values:
commercial
,government
. - passwords List<String>
- Password of the remote SDN connector as login credentials.
- private
Key String - Private key of GCP service account.
- proxy String
- SDN proxy.
- region String
- AWS / ACS region name.
- resource
Group String - Azure resource group.
- resource
Url String - Azure Stack resource URL.
- rest
Interface String - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - rest
Passwords List<String> - Password for REST service.
- rest
Sport Double - REST service access port (1 - 65535).
- rest
Ssl String - Rest-Ssl. Valid values:
disable
,enable
. - route
Tables List<ObjectSystem Sdnconnector Route Table> - Route-Table. The structure of
route_table
block is documented below. - routes
List<Object
System Sdnconnector Route> - Route. The structure of
route
block is documented below. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secret
Keys List<String> - AWS / ACS secret access key.
- secret
Token String - Secret token of Kubernetes service account.
- server String
- Server address of the remote SDN connector.
- server
Ca StringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- server
Cert String - Trust servers that contain this certificate only.
- server
Lists List<String> - Server address list of the remote SDN connector.
- server
Port Double - Port number of the remote SDN connector.
- service
Account String - GCP service account email.
- status String
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - subscription
Id String - Azure subscription ID.
- tenant
Id String - Tenant ID (directory ID).
- type String
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - update
Interval Double - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- updating Double
- Updating.
- use
Metadata StringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - user
Id String - User ID.
- username String
- Username of the remote SDN connector as login credentials.
- vcenter
Passwords List<String> - vCenter server password for NSX quarantine.
- vcenter
Server String - vCenter server address for NSX quarantine.
- vcenter
Username String - vCenter server username for NSX quarantine.
- verify
Certificate String - Enable/disable server certificate verification. Valid values:
disable
,enable
. - vmx
Image StringUrl - URL of web-hosted VMX image.
- vmx
Service StringName - VMX Service name.
- vpc
Id String - AWS VPC ID.
- _
local stringCert - _Local_Cert.
- access
Key string - AWS / ACS access key ID.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Resource stringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - api
Keys string[] - IBM cloud API key or service ID API key.
- azure
Region string - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - client
Id string - Azure client ID (application ID).
- client
Secrets string[] - Azure client secret (application key).
- compartment
Id string - Compartment ID.
- compartment
Lists ObjectSystem Sdnconnector Compartment List[] - Compartment-List. The structure of
compartment_list
block is documented below. - compute
Generation number - Compute generation for IBM cloud infrastructure.
- domain string
- Domain name.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- external
Account ObjectLists System Sdnconnector External Account List[] - External-Account-List. The structure of
external_account_list
block is documented below. - external
Ips ObjectSystem Sdnconnector External Ip[] - External-Ip. The structure of
external_ip
block is documented below. - forwarding
Rules ObjectSystem Sdnconnector Forwarding Rule[] - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - gcp
Project string - GCP project name.
- gcp
Project ObjectLists System Sdnconnector Gcp Project List[] - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - group
Name string - Group name of computers.
- ha
Status string - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - ibm
Region string - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region stringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region stringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - key
Passwds string[] - Private key password.
- last
Update number - Last-Update.
- login
Endpoint string - Azure Stack login endpoint.
- name string
- SDN connector name.
- nics
Object
System Sdnconnector Nic[] - Nic. The structure of
nic
block is documented below. - nsx
Cert stringFingerprint - NSX certificate fingerprint.
- object
System stringSdnconnector Id - an identifier for the resource with format {{name}}.
- oci
Cert string - OCI certificate.
- oci
Fingerprint string - Oci-Fingerprint.
- oci
Region string - OCI server region.
- oci
Region ObjectLists System Sdnconnector Oci Region List[] - Oci-Region-List. The structure of
oci_region_list
block is documented below. - oci
Region stringType - OCI region type. Valid values:
commercial
,government
. - passwords string[]
- Password of the remote SDN connector as login credentials.
- private
Key string - Private key of GCP service account.
- proxy string
- SDN proxy.
- region string
- AWS / ACS region name.
- resource
Group string - Azure resource group.
- resource
Url string - Azure Stack resource URL.
- rest
Interface string - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - rest
Passwords string[] - Password for REST service.
- rest
Sport number - REST service access port (1 - 65535).
- rest
Ssl string - Rest-Ssl. Valid values:
disable
,enable
. - route
Tables ObjectSystem Sdnconnector Route Table[] - Route-Table. The structure of
route_table
block is documented below. - routes
Object
System Sdnconnector Route[] - Route. The structure of
route
block is documented below. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secret
Keys string[] - AWS / ACS secret access key.
- secret
Token string - Secret token of Kubernetes service account.
- server string
- Server address of the remote SDN connector.
- server
Ca stringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- server
Cert string - Trust servers that contain this certificate only.
- server
Lists string[] - Server address list of the remote SDN connector.
- server
Port number - Port number of the remote SDN connector.
- service
Account string - GCP service account email.
- status string
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - subscription
Id string - Azure subscription ID.
- tenant
Id string - Tenant ID (directory ID).
- type string
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - update
Interval number - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- updating number
- Updating.
- use
Metadata stringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - user
Id string - User ID.
- username string
- Username of the remote SDN connector as login credentials.
- vcenter
Passwords string[] - vCenter server password for NSX quarantine.
- vcenter
Server string - vCenter server address for NSX quarantine.
- vcenter
Username string - vCenter server username for NSX quarantine.
- verify
Certificate string - Enable/disable server certificate verification. Valid values:
disable
,enable
. - vmx
Image stringUrl - URL of web-hosted VMX image.
- vmx
Service stringName - VMX Service name.
- vpc
Id string - AWS VPC ID.
- _
local_ strcert - _Local_Cert.
- access_
key str - AWS / ACS access key ID.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt_
resource_ strip - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - api_
keys Sequence[str] - IBM cloud API key or service ID API key.
- azure_
region str - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - client_
id str - Azure client ID (application ID).
- client_
secrets Sequence[str] - Azure client secret (application key).
- compartment_
id str - Compartment ID.
- compartment_
lists Sequence[ObjectSystem Sdnconnector Compartment List Args] - Compartment-List. The structure of
compartment_list
block is documented below. - compute_
generation float - Compute generation for IBM cloud infrastructure.
- domain str
- Domain name.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- external_
account_ Sequence[Objectlists System Sdnconnector External Account List Args] - External-Account-List. The structure of
external_account_list
block is documented below. - external_
ips Sequence[ObjectSystem Sdnconnector External Ip Args] - External-Ip. The structure of
external_ip
block is documented below. - forwarding_
rules Sequence[ObjectSystem Sdnconnector Forwarding Rule Args] - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - gcp_
project str - GCP project name.
- gcp_
project_ Sequence[Objectlists System Sdnconnector Gcp Project List Args] - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - group_
name str - Group name of computers.
- ha_
status str - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - ibm_
region str - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm_
region_ strgen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm_
region_ strgen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - key_
passwds Sequence[str] - Private key password.
- last_
update float - Last-Update.
- login_
endpoint str - Azure Stack login endpoint.
- name str
- SDN connector name.
- nics
Sequence[Object
System Sdnconnector Nic Args] - Nic. The structure of
nic
block is documented below. - nsx_
cert_ strfingerprint - NSX certificate fingerprint.
- object_
system_ strsdnconnector_ id - an identifier for the resource with format {{name}}.
- oci_
cert str - OCI certificate.
- oci_
fingerprint str - Oci-Fingerprint.
- oci_
region str - OCI server region.
- oci_
region_ Sequence[Objectlists System Sdnconnector Oci Region List Args] - Oci-Region-List. The structure of
oci_region_list
block is documented below. - oci_
region_ strtype - OCI region type. Valid values:
commercial
,government
. - passwords Sequence[str]
- Password of the remote SDN connector as login credentials.
- private_
key str - Private key of GCP service account.
- proxy str
- SDN proxy.
- region str
- AWS / ACS region name.
- resource_
group str - Azure resource group.
- resource_
url str - Azure Stack resource URL.
- rest_
interface str - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - rest_
passwords Sequence[str] - Password for REST service.
- rest_
sport float - REST service access port (1 - 65535).
- rest_
ssl str - Rest-Ssl. Valid values:
disable
,enable
. - route_
tables Sequence[ObjectSystem Sdnconnector Route Table Args] - Route-Table. The structure of
route_table
block is documented below. - routes
Sequence[Object
System Sdnconnector Route Args] - Route. The structure of
route
block is documented below. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secret_
keys Sequence[str] - AWS / ACS secret access key.
- secret_
token str - Secret token of Kubernetes service account.
- server str
- Server address of the remote SDN connector.
- server_
ca_ strcert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- server_
cert str - Trust servers that contain this certificate only.
- server_
lists Sequence[str] - Server address list of the remote SDN connector.
- server_
port float - Port number of the remote SDN connector.
- service_
account str - GCP service account email.
- status str
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - subscription_
id str - Azure subscription ID.
- tenant_
id str - Tenant ID (directory ID).
- type str
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - update_
interval float - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- updating float
- Updating.
- use_
metadata_ striam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - user_
id str - User ID.
- username str
- Username of the remote SDN connector as login credentials.
- vcenter_
passwords Sequence[str] - vCenter server password for NSX quarantine.
- vcenter_
server str - vCenter server address for NSX quarantine.
- vcenter_
username str - vCenter server username for NSX quarantine.
- verify_
certificate str - Enable/disable server certificate verification. Valid values:
disable
,enable
. - vmx_
image_ strurl - URL of web-hosted VMX image.
- vmx_
service_ strname - VMX Service name.
- vpc_
id str - AWS VPC ID.
- _
local StringCert - _Local_Cert.
- access
Key String - AWS / ACS access key ID.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Resource StringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - api
Keys List<String> - IBM cloud API key or service ID API key.
- azure
Region String - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - client
Id String - Azure client ID (application ID).
- client
Secrets List<String> - Azure client secret (application key).
- compartment
Id String - Compartment ID.
- compartment
Lists List<Property Map> - Compartment-List. The structure of
compartment_list
block is documented below. - compute
Generation Number - Compute generation for IBM cloud infrastructure.
- domain String
- Domain name.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- external
Account List<Property Map>Lists - External-Account-List. The structure of
external_account_list
block is documented below. - external
Ips List<Property Map> - External-Ip. The structure of
external_ip
block is documented below. - forwarding
Rules List<Property Map> - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - gcp
Project String - GCP project name.
- gcp
Project List<Property Map>Lists - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - group
Name String - Group name of computers.
- ha
Status String - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - ibm
Region String - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region StringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region StringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - key
Passwds List<String> - Private key password.
- last
Update Number - Last-Update.
- login
Endpoint String - Azure Stack login endpoint.
- name String
- SDN connector name.
- nics List<Property Map>
- Nic. The structure of
nic
block is documented below. - nsx
Cert StringFingerprint - NSX certificate fingerprint.
- object
System StringSdnconnector Id - an identifier for the resource with format {{name}}.
- oci
Cert String - OCI certificate.
- oci
Fingerprint String - Oci-Fingerprint.
- oci
Region String - OCI server region.
- oci
Region List<Property Map>Lists - Oci-Region-List. The structure of
oci_region_list
block is documented below. - oci
Region StringType - OCI region type. Valid values:
commercial
,government
. - passwords List<String>
- Password of the remote SDN connector as login credentials.
- private
Key String - Private key of GCP service account.
- proxy String
- SDN proxy.
- region String
- AWS / ACS region name.
- resource
Group String - Azure resource group.
- resource
Url String - Azure Stack resource URL.
- rest
Interface String - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - rest
Passwords List<String> - Password for REST service.
- rest
Sport Number - REST service access port (1 - 65535).
- rest
Ssl String - Rest-Ssl. Valid values:
disable
,enable
. - route
Tables List<Property Map> - Route-Table. The structure of
route_table
block is documented below. - routes List<Property Map>
- Route. The structure of
route
block is documented below. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secret
Keys List<String> - AWS / ACS secret access key.
- secret
Token String - Secret token of Kubernetes service account.
- server String
- Server address of the remote SDN connector.
- server
Ca StringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- server
Cert String - Trust servers that contain this certificate only.
- server
Lists List<String> - Server address list of the remote SDN connector.
- server
Port Number - Port number of the remote SDN connector.
- service
Account String - GCP service account email.
- status String
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - subscription
Id String - Azure subscription ID.
- tenant
Id String - Tenant ID (directory ID).
- type String
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - update
Interval Number - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- updating Number
- Updating.
- use
Metadata StringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - user
Id String - User ID.
- username String
- Username of the remote SDN connector as login credentials.
- vcenter
Passwords List<String> - vCenter server password for NSX quarantine.
- vcenter
Server String - vCenter server address for NSX quarantine.
- vcenter
Username String - vCenter server username for NSX quarantine.
- verify
Certificate String - Enable/disable server certificate verification. Valid values:
disable
,enable
. - vmx
Image StringUrl - URL of web-hosted VMX image.
- vmx
Service StringName - VMX Service name.
- vpc
Id String - AWS VPC ID.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectSystemSdnconnector 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 ObjectSystemSdnconnector Resource
Get an existing ObjectSystemSdnconnector 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?: ObjectSystemSdnconnectorState, opts?: CustomResourceOptions): ObjectSystemSdnconnector
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_local_cert: Optional[str] = None,
access_key: Optional[str] = None,
adom: Optional[str] = None,
alt_resource_ip: Optional[str] = None,
api_keys: Optional[Sequence[str]] = None,
azure_region: Optional[str] = None,
client_id: Optional[str] = None,
client_secrets: Optional[Sequence[str]] = None,
compartment_id: Optional[str] = None,
compartment_lists: Optional[Sequence[ObjectSystemSdnconnectorCompartmentListArgs]] = None,
compute_generation: Optional[float] = None,
domain: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
external_account_lists: Optional[Sequence[ObjectSystemSdnconnectorExternalAccountListArgs]] = None,
external_ips: Optional[Sequence[ObjectSystemSdnconnectorExternalIpArgs]] = None,
forwarding_rules: Optional[Sequence[ObjectSystemSdnconnectorForwardingRuleArgs]] = None,
gcp_project: Optional[str] = None,
gcp_project_lists: Optional[Sequence[ObjectSystemSdnconnectorGcpProjectListArgs]] = None,
group_name: Optional[str] = None,
ha_status: Optional[str] = None,
ibm_region: Optional[str] = None,
ibm_region_gen1: Optional[str] = None,
ibm_region_gen2: Optional[str] = None,
key_passwds: Optional[Sequence[str]] = None,
last_update: Optional[float] = None,
login_endpoint: Optional[str] = None,
name: Optional[str] = None,
nics: Optional[Sequence[ObjectSystemSdnconnectorNicArgs]] = None,
nsx_cert_fingerprint: Optional[str] = None,
object_system_sdnconnector_id: Optional[str] = None,
oci_cert: Optional[str] = None,
oci_fingerprint: Optional[str] = None,
oci_region: Optional[str] = None,
oci_region_lists: Optional[Sequence[ObjectSystemSdnconnectorOciRegionListArgs]] = None,
oci_region_type: Optional[str] = None,
passwords: Optional[Sequence[str]] = None,
private_key: Optional[str] = None,
proxy: Optional[str] = None,
region: Optional[str] = None,
resource_group: Optional[str] = None,
resource_url: Optional[str] = None,
rest_interface: Optional[str] = None,
rest_passwords: Optional[Sequence[str]] = None,
rest_sport: Optional[float] = None,
rest_ssl: Optional[str] = None,
route_tables: Optional[Sequence[ObjectSystemSdnconnectorRouteTableArgs]] = None,
routes: Optional[Sequence[ObjectSystemSdnconnectorRouteArgs]] = None,
scopetype: Optional[str] = None,
secret_keys: Optional[Sequence[str]] = None,
secret_token: Optional[str] = None,
server: Optional[str] = None,
server_ca_cert: Optional[str] = None,
server_cert: Optional[str] = None,
server_lists: Optional[Sequence[str]] = None,
server_port: Optional[float] = None,
service_account: Optional[str] = None,
status: Optional[str] = None,
subscription_id: Optional[str] = None,
tenant_id: Optional[str] = None,
type: Optional[str] = None,
update_interval: Optional[float] = None,
updating: Optional[float] = None,
use_metadata_iam: Optional[str] = None,
user_id: Optional[str] = None,
username: Optional[str] = None,
vcenter_passwords: Optional[Sequence[str]] = None,
vcenter_server: Optional[str] = None,
vcenter_username: Optional[str] = None,
verify_certificate: Optional[str] = None,
vmx_image_url: Optional[str] = None,
vmx_service_name: Optional[str] = None,
vpc_id: Optional[str] = None) -> ObjectSystemSdnconnector
func GetObjectSystemSdnconnector(ctx *Context, name string, id IDInput, state *ObjectSystemSdnconnectorState, opts ...ResourceOption) (*ObjectSystemSdnconnector, error)
public static ObjectSystemSdnconnector Get(string name, Input<string> id, ObjectSystemSdnconnectorState? state, CustomResourceOptions? opts = null)
public static ObjectSystemSdnconnector get(String name, Output<String> id, ObjectSystemSdnconnectorState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectSystemSdnconnector 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.
- Access
Key string - AWS / ACS access key ID.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Alt
Resource stringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - Api
Keys List<string> - IBM cloud API key or service ID API key.
- Azure
Region string - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - Client
Id string - Azure client ID (application ID).
- Client
Secrets List<string> - Azure client secret (application key).
- Compartment
Id string - Compartment ID.
- Compartment
Lists List<ObjectSystem Sdnconnector Compartment List> - Compartment-List. The structure of
compartment_list
block is documented below. - Compute
Generation double - Compute generation for IBM cloud infrastructure.
- Domain string
- Domain name.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- External
Account List<ObjectLists System Sdnconnector External Account List> - External-Account-List. The structure of
external_account_list
block is documented below. - External
Ips List<ObjectSystem Sdnconnector External Ip> - External-Ip. The structure of
external_ip
block is documented below. - Forwarding
Rules List<ObjectSystem Sdnconnector Forwarding Rule> - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - Gcp
Project string - GCP project name.
- Gcp
Project List<ObjectLists System Sdnconnector Gcp Project List> - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - Group
Name string - Group name of computers.
- Ha
Status string - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - Ibm
Region string - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - Ibm
Region stringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - Ibm
Region stringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - Key
Passwds List<string> - Private key password.
- Last
Update double - Last-Update.
- Login
Endpoint string - Azure Stack login endpoint.
- Name string
- SDN connector name.
- Nics
List<Object
System Sdnconnector Nic> - Nic. The structure of
nic
block is documented below. - Nsx
Cert stringFingerprint - NSX certificate fingerprint.
- Object
System stringSdnconnector Id - an identifier for the resource with format {{name}}.
- Oci
Cert string - OCI certificate.
- Oci
Fingerprint string - Oci-Fingerprint.
- Oci
Region string - OCI server region.
- Oci
Region List<ObjectLists System Sdnconnector Oci Region List> - Oci-Region-List. The structure of
oci_region_list
block is documented below. - Oci
Region stringType - OCI region type. Valid values:
commercial
,government
. - Passwords List<string>
- Password of the remote SDN connector as login credentials.
- Private
Key string - Private key of GCP service account.
- Proxy string
- SDN proxy.
- Region string
- AWS / ACS region name.
- Resource
Group string - Azure resource group.
- Resource
Url string - Azure Stack resource URL.
- Rest
Interface string - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - Rest
Passwords List<string> - Password for REST service.
- Rest
Sport double - REST service access port (1 - 65535).
- Rest
Ssl string - Rest-Ssl. Valid values:
disable
,enable
. - Route
Tables List<ObjectSystem Sdnconnector Route Table> - Route-Table. The structure of
route_table
block is documented below. - Routes
List<Object
System Sdnconnector Route> - Route. The structure of
route
block is documented below. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Secret
Keys List<string> - AWS / ACS secret access key.
- Secret
Token string - Secret token of Kubernetes service account.
- Server string
- Server address of the remote SDN connector.
- Server
Ca stringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- Server
Cert string - Trust servers that contain this certificate only.
- Server
Lists List<string> - Server address list of the remote SDN connector.
- Server
Port double - Port number of the remote SDN connector.
- Service
Account string - GCP service account email.
- Status string
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - Subscription
Id string - Azure subscription ID.
- Tenant
Id string - Tenant ID (directory ID).
- Type string
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - Update
Interval double - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- Updating double
- Updating.
- Use
Metadata stringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - User
Id string - User ID.
- Username string
- Username of the remote SDN connector as login credentials.
- Vcenter
Passwords List<string> - vCenter server password for NSX quarantine.
- Vcenter
Server string - vCenter server address for NSX quarantine.
- Vcenter
Username string - vCenter server username for NSX quarantine.
- Verify
Certificate string - Enable/disable server certificate verification. Valid values:
disable
,enable
. - Vmx
Image stringUrl - URL of web-hosted VMX image.
- Vmx
Service stringName - VMX Service name.
- Vpc
Id string - AWS VPC ID.
- _
local stringCert - _Local_Cert.
- Access
Key string - AWS / ACS access key ID.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Alt
Resource stringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - Api
Keys []string - IBM cloud API key or service ID API key.
- Azure
Region string - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - Client
Id string - Azure client ID (application ID).
- Client
Secrets []string - Azure client secret (application key).
- Compartment
Id string - Compartment ID.
- Compartment
Lists []ObjectSystem Sdnconnector Compartment List Type Args - Compartment-List. The structure of
compartment_list
block is documented below. - Compute
Generation float64 - Compute generation for IBM cloud infrastructure.
- Domain string
- Domain name.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- External
Account []ObjectLists System Sdnconnector External Account List Type Args - External-Account-List. The structure of
external_account_list
block is documented below. - External
Ips []ObjectSystem Sdnconnector External Ip Type Args - External-Ip. The structure of
external_ip
block is documented below. - Forwarding
Rules []ObjectSystem Sdnconnector Forwarding Rule Type Args - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - Gcp
Project string - GCP project name.
- Gcp
Project []ObjectLists System Sdnconnector Gcp Project List Type Args - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - Group
Name string - Group name of computers.
- Ha
Status string - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - Ibm
Region string - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - Ibm
Region stringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - Ibm
Region stringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - Key
Passwds []string - Private key password.
- Last
Update float64 - Last-Update.
- Login
Endpoint string - Azure Stack login endpoint.
- Name string
- SDN connector name.
- Nics
[]Object
System Sdnconnector Nic Type Args - Nic. The structure of
nic
block is documented below. - Nsx
Cert stringFingerprint - NSX certificate fingerprint.
- Object
System stringSdnconnector Id - an identifier for the resource with format {{name}}.
- Oci
Cert string - OCI certificate.
- Oci
Fingerprint string - Oci-Fingerprint.
- Oci
Region string - OCI server region.
- Oci
Region []ObjectLists System Sdnconnector Oci Region List Type Args - Oci-Region-List. The structure of
oci_region_list
block is documented below. - Oci
Region stringType - OCI region type. Valid values:
commercial
,government
. - Passwords []string
- Password of the remote SDN connector as login credentials.
- Private
Key string - Private key of GCP service account.
- Proxy string
- SDN proxy.
- Region string
- AWS / ACS region name.
- Resource
Group string - Azure resource group.
- Resource
Url string - Azure Stack resource URL.
- Rest
Interface string - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - Rest
Passwords []string - Password for REST service.
- Rest
Sport float64 - REST service access port (1 - 65535).
- Rest
Ssl string - Rest-Ssl. Valid values:
disable
,enable
. - Route
Tables []ObjectSystem Sdnconnector Route Table Type Args - Route-Table. The structure of
route_table
block is documented below. - Routes
[]Object
System Sdnconnector Route Type Args - Route. The structure of
route
block is documented below. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Secret
Keys []string - AWS / ACS secret access key.
- Secret
Token string - Secret token of Kubernetes service account.
- Server string
- Server address of the remote SDN connector.
- Server
Ca stringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- Server
Cert string - Trust servers that contain this certificate only.
- Server
Lists []string - Server address list of the remote SDN connector.
- Server
Port float64 - Port number of the remote SDN connector.
- Service
Account string - GCP service account email.
- Status string
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - Subscription
Id string - Azure subscription ID.
- Tenant
Id string - Tenant ID (directory ID).
- Type string
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - Update
Interval float64 - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- Updating float64
- Updating.
- Use
Metadata stringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - User
Id string - User ID.
- Username string
- Username of the remote SDN connector as login credentials.
- Vcenter
Passwords []string - vCenter server password for NSX quarantine.
- Vcenter
Server string - vCenter server address for NSX quarantine.
- Vcenter
Username string - vCenter server username for NSX quarantine.
- Verify
Certificate string - Enable/disable server certificate verification. Valid values:
disable
,enable
. - Vmx
Image stringUrl - URL of web-hosted VMX image.
- Vmx
Service stringName - VMX Service name.
- Vpc
Id string - AWS VPC ID.
- _
local stringCert - _Local_Cert.
- _
local StringCert - _Local_Cert.
- access
Key String - AWS / ACS access key ID.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Resource StringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - api
Keys List<String> - IBM cloud API key or service ID API key.
- azure
Region String - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - client
Id String - Azure client ID (application ID).
- client
Secrets List<String> - Azure client secret (application key).
- compartment
Id String - Compartment ID.
- compartment
Lists List<ObjectSystem Sdnconnector Compartment List> - Compartment-List. The structure of
compartment_list
block is documented below. - compute
Generation Double - Compute generation for IBM cloud infrastructure.
- domain String
- Domain name.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- external
Account List<ObjectLists System Sdnconnector External Account List> - External-Account-List. The structure of
external_account_list
block is documented below. - external
Ips List<ObjectSystem Sdnconnector External Ip> - External-Ip. The structure of
external_ip
block is documented below. - forwarding
Rules List<ObjectSystem Sdnconnector Forwarding Rule> - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - gcp
Project String - GCP project name.
- gcp
Project List<ObjectLists System Sdnconnector Gcp Project List> - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - group
Name String - Group name of computers.
- ha
Status String - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - ibm
Region String - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region StringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region StringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - key
Passwds List<String> - Private key password.
- last
Update Double - Last-Update.
- login
Endpoint String - Azure Stack login endpoint.
- name String
- SDN connector name.
- nics
List<Object
System Sdnconnector Nic> - Nic. The structure of
nic
block is documented below. - nsx
Cert StringFingerprint - NSX certificate fingerprint.
- object
System StringSdnconnector Id - an identifier for the resource with format {{name}}.
- oci
Cert String - OCI certificate.
- oci
Fingerprint String - Oci-Fingerprint.
- oci
Region String - OCI server region.
- oci
Region List<ObjectLists System Sdnconnector Oci Region List> - Oci-Region-List. The structure of
oci_region_list
block is documented below. - oci
Region StringType - OCI region type. Valid values:
commercial
,government
. - passwords List<String>
- Password of the remote SDN connector as login credentials.
- private
Key String - Private key of GCP service account.
- proxy String
- SDN proxy.
- region String
- AWS / ACS region name.
- resource
Group String - Azure resource group.
- resource
Url String - Azure Stack resource URL.
- rest
Interface String - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - rest
Passwords List<String> - Password for REST service.
- rest
Sport Double - REST service access port (1 - 65535).
- rest
Ssl String - Rest-Ssl. Valid values:
disable
,enable
. - route
Tables List<ObjectSystem Sdnconnector Route Table> - Route-Table. The structure of
route_table
block is documented below. - routes
List<Object
System Sdnconnector Route> - Route. The structure of
route
block is documented below. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secret
Keys List<String> - AWS / ACS secret access key.
- secret
Token String - Secret token of Kubernetes service account.
- server String
- Server address of the remote SDN connector.
- server
Ca StringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- server
Cert String - Trust servers that contain this certificate only.
- server
Lists List<String> - Server address list of the remote SDN connector.
- server
Port Double - Port number of the remote SDN connector.
- service
Account String - GCP service account email.
- status String
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - subscription
Id String - Azure subscription ID.
- tenant
Id String - Tenant ID (directory ID).
- type String
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - update
Interval Double - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- updating Double
- Updating.
- use
Metadata StringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - user
Id String - User ID.
- username String
- Username of the remote SDN connector as login credentials.
- vcenter
Passwords List<String> - vCenter server password for NSX quarantine.
- vcenter
Server String - vCenter server address for NSX quarantine.
- vcenter
Username String - vCenter server username for NSX quarantine.
- verify
Certificate String - Enable/disable server certificate verification. Valid values:
disable
,enable
. - vmx
Image StringUrl - URL of web-hosted VMX image.
- vmx
Service StringName - VMX Service name.
- vpc
Id String - AWS VPC ID.
- _
local stringCert - _Local_Cert.
- access
Key string - AWS / ACS access key ID.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Resource stringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - api
Keys string[] - IBM cloud API key or service ID API key.
- azure
Region string - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - client
Id string - Azure client ID (application ID).
- client
Secrets string[] - Azure client secret (application key).
- compartment
Id string - Compartment ID.
- compartment
Lists ObjectSystem Sdnconnector Compartment List[] - Compartment-List. The structure of
compartment_list
block is documented below. - compute
Generation number - Compute generation for IBM cloud infrastructure.
- domain string
- Domain name.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- external
Account ObjectLists System Sdnconnector External Account List[] - External-Account-List. The structure of
external_account_list
block is documented below. - external
Ips ObjectSystem Sdnconnector External Ip[] - External-Ip. The structure of
external_ip
block is documented below. - forwarding
Rules ObjectSystem Sdnconnector Forwarding Rule[] - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - gcp
Project string - GCP project name.
- gcp
Project ObjectLists System Sdnconnector Gcp Project List[] - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - group
Name string - Group name of computers.
- ha
Status string - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - ibm
Region string - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region stringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region stringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - key
Passwds string[] - Private key password.
- last
Update number - Last-Update.
- login
Endpoint string - Azure Stack login endpoint.
- name string
- SDN connector name.
- nics
Object
System Sdnconnector Nic[] - Nic. The structure of
nic
block is documented below. - nsx
Cert stringFingerprint - NSX certificate fingerprint.
- object
System stringSdnconnector Id - an identifier for the resource with format {{name}}.
- oci
Cert string - OCI certificate.
- oci
Fingerprint string - Oci-Fingerprint.
- oci
Region string - OCI server region.
- oci
Region ObjectLists System Sdnconnector Oci Region List[] - Oci-Region-List. The structure of
oci_region_list
block is documented below. - oci
Region stringType - OCI region type. Valid values:
commercial
,government
. - passwords string[]
- Password of the remote SDN connector as login credentials.
- private
Key string - Private key of GCP service account.
- proxy string
- SDN proxy.
- region string
- AWS / ACS region name.
- resource
Group string - Azure resource group.
- resource
Url string - Azure Stack resource URL.
- rest
Interface string - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - rest
Passwords string[] - Password for REST service.
- rest
Sport number - REST service access port (1 - 65535).
- rest
Ssl string - Rest-Ssl. Valid values:
disable
,enable
. - route
Tables ObjectSystem Sdnconnector Route Table[] - Route-Table. The structure of
route_table
block is documented below. - routes
Object
System Sdnconnector Route[] - Route. The structure of
route
block is documented below. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secret
Keys string[] - AWS / ACS secret access key.
- secret
Token string - Secret token of Kubernetes service account.
- server string
- Server address of the remote SDN connector.
- server
Ca stringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- server
Cert string - Trust servers that contain this certificate only.
- server
Lists string[] - Server address list of the remote SDN connector.
- server
Port number - Port number of the remote SDN connector.
- service
Account string - GCP service account email.
- status string
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - subscription
Id string - Azure subscription ID.
- tenant
Id string - Tenant ID (directory ID).
- type string
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - update
Interval number - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- updating number
- Updating.
- use
Metadata stringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - user
Id string - User ID.
- username string
- Username of the remote SDN connector as login credentials.
- vcenter
Passwords string[] - vCenter server password for NSX quarantine.
- vcenter
Server string - vCenter server address for NSX quarantine.
- vcenter
Username string - vCenter server username for NSX quarantine.
- verify
Certificate string - Enable/disable server certificate verification. Valid values:
disable
,enable
. - vmx
Image stringUrl - URL of web-hosted VMX image.
- vmx
Service stringName - VMX Service name.
- vpc
Id string - AWS VPC ID.
- _
local_ strcert - _Local_Cert.
- access_
key str - AWS / ACS access key ID.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt_
resource_ strip - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - api_
keys Sequence[str] - IBM cloud API key or service ID API key.
- azure_
region str - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - client_
id str - Azure client ID (application ID).
- client_
secrets Sequence[str] - Azure client secret (application key).
- compartment_
id str - Compartment ID.
- compartment_
lists Sequence[ObjectSystem Sdnconnector Compartment List Args] - Compartment-List. The structure of
compartment_list
block is documented below. - compute_
generation float - Compute generation for IBM cloud infrastructure.
- domain str
- Domain name.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- external_
account_ Sequence[Objectlists System Sdnconnector External Account List Args] - External-Account-List. The structure of
external_account_list
block is documented below. - external_
ips Sequence[ObjectSystem Sdnconnector External Ip Args] - External-Ip. The structure of
external_ip
block is documented below. - forwarding_
rules Sequence[ObjectSystem Sdnconnector Forwarding Rule Args] - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - gcp_
project str - GCP project name.
- gcp_
project_ Sequence[Objectlists System Sdnconnector Gcp Project List Args] - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - group_
name str - Group name of computers.
- ha_
status str - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - ibm_
region str - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm_
region_ strgen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm_
region_ strgen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - key_
passwds Sequence[str] - Private key password.
- last_
update float - Last-Update.
- login_
endpoint str - Azure Stack login endpoint.
- name str
- SDN connector name.
- nics
Sequence[Object
System Sdnconnector Nic Args] - Nic. The structure of
nic
block is documented below. - nsx_
cert_ strfingerprint - NSX certificate fingerprint.
- object_
system_ strsdnconnector_ id - an identifier for the resource with format {{name}}.
- oci_
cert str - OCI certificate.
- oci_
fingerprint str - Oci-Fingerprint.
- oci_
region str - OCI server region.
- oci_
region_ Sequence[Objectlists System Sdnconnector Oci Region List Args] - Oci-Region-List. The structure of
oci_region_list
block is documented below. - oci_
region_ strtype - OCI region type. Valid values:
commercial
,government
. - passwords Sequence[str]
- Password of the remote SDN connector as login credentials.
- private_
key str - Private key of GCP service account.
- proxy str
- SDN proxy.
- region str
- AWS / ACS region name.
- resource_
group str - Azure resource group.
- resource_
url str - Azure Stack resource URL.
- rest_
interface str - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - rest_
passwords Sequence[str] - Password for REST service.
- rest_
sport float - REST service access port (1 - 65535).
- rest_
ssl str - Rest-Ssl. Valid values:
disable
,enable
. - route_
tables Sequence[ObjectSystem Sdnconnector Route Table Args] - Route-Table. The structure of
route_table
block is documented below. - routes
Sequence[Object
System Sdnconnector Route Args] - Route. The structure of
route
block is documented below. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secret_
keys Sequence[str] - AWS / ACS secret access key.
- secret_
token str - Secret token of Kubernetes service account.
- server str
- Server address of the remote SDN connector.
- server_
ca_ strcert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- server_
cert str - Trust servers that contain this certificate only.
- server_
lists Sequence[str] - Server address list of the remote SDN connector.
- server_
port float - Port number of the remote SDN connector.
- service_
account str - GCP service account email.
- status str
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - subscription_
id str - Azure subscription ID.
- tenant_
id str - Tenant ID (directory ID).
- type str
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - update_
interval float - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- updating float
- Updating.
- use_
metadata_ striam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - user_
id str - User ID.
- username str
- Username of the remote SDN connector as login credentials.
- vcenter_
passwords Sequence[str] - vCenter server password for NSX quarantine.
- vcenter_
server str - vCenter server address for NSX quarantine.
- vcenter_
username str - vCenter server username for NSX quarantine.
- verify_
certificate str - Enable/disable server certificate verification. Valid values:
disable
,enable
. - vmx_
image_ strurl - URL of web-hosted VMX image.
- vmx_
service_ strname - VMX Service name.
- vpc_
id str - AWS VPC ID.
- _
local StringCert - _Local_Cert.
- access
Key String - AWS / ACS access key ID.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Resource StringIp - Enable/disable AWS alternative resource IP. Valid values:
disable
,enable
. - api
Keys List<String> - IBM cloud API key or service ID API key.
- azure
Region String - Azure server region. Valid values:
global
,china
,germany
,usgov
,local
. - client
Id String - Azure client ID (application ID).
- client
Secrets List<String> - Azure client secret (application key).
- compartment
Id String - Compartment ID.
- compartment
Lists List<Property Map> - Compartment-List. The structure of
compartment_list
block is documented below. - compute
Generation Number - Compute generation for IBM cloud infrastructure.
- domain String
- Domain name.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- external
Account List<Property Map>Lists - External-Account-List. The structure of
external_account_list
block is documented below. - external
Ips List<Property Map> - External-Ip. The structure of
external_ip
block is documented below. - forwarding
Rules List<Property Map> - Forwarding-Rule. The structure of
forwarding_rule
block is documented below. - gcp
Project String - GCP project name.
- gcp
Project List<Property Map>Lists - Gcp-Project-List. The structure of
gcp_project_list
block is documented below. - group
Name String - Group name of computers.
- ha
Status String - Enable/disable use for FortiGate HA service. Valid values:
disable
,enable
. - ibm
Region String - IBM cloud region name. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region StringGen1 - Ibm-Region-Gen1. Valid values:
us-south
,us-east
,germany
,great-britain
,japan
,australia
. - ibm
Region StringGen2 - Ibm-Region-Gen2. Valid values:
us-south
,us-east
,great-britain
. - key
Passwds List<String> - Private key password.
- last
Update Number - Last-Update.
- login
Endpoint String - Azure Stack login endpoint.
- name String
- SDN connector name.
- nics List<Property Map>
- Nic. The structure of
nic
block is documented below. - nsx
Cert StringFingerprint - NSX certificate fingerprint.
- object
System StringSdnconnector Id - an identifier for the resource with format {{name}}.
- oci
Cert String - OCI certificate.
- oci
Fingerprint String - Oci-Fingerprint.
- oci
Region String - OCI server region.
- oci
Region List<Property Map>Lists - Oci-Region-List. The structure of
oci_region_list
block is documented below. - oci
Region StringType - OCI region type. Valid values:
commercial
,government
. - passwords List<String>
- Password of the remote SDN connector as login credentials.
- private
Key String - Private key of GCP service account.
- proxy String
- SDN proxy.
- region String
- AWS / ACS region name.
- resource
Group String - Azure resource group.
- resource
Url String - Azure Stack resource URL.
- rest
Interface String - Interface name for REST service to listen on. Valid values:
mgmt
,sync
. - rest
Passwords List<String> - Password for REST service.
- rest
Sport Number - REST service access port (1 - 65535).
- rest
Ssl String - Rest-Ssl. Valid values:
disable
,enable
. - route
Tables List<Property Map> - Route-Table. The structure of
route_table
block is documented below. - routes List<Property Map>
- Route. The structure of
route
block is documented below. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secret
Keys List<String> - AWS / ACS secret access key.
- secret
Token String - Secret token of Kubernetes service account.
- server String
- Server address of the remote SDN connector.
- server
Ca StringCert - Trust only those servers whose certificate is directly/indirectly signed by this certificate.
- server
Cert String - Trust servers that contain this certificate only.
- server
Lists List<String> - Server address list of the remote SDN connector.
- server
Port Number - Port number of the remote SDN connector.
- service
Account String - GCP service account email.
- status String
- Enable/disable connection to the remote SDN connector. Valid values:
disable
,enable
. - subscription
Id String - Azure subscription ID.
- tenant
Id String - Tenant ID (directory ID).
- type String
- Type of SDN connector. Valid values:
aci
,aws
,nsx
,nuage
,azure
,gcp
,oci
,openstack
,kubernetes
,vmware
,acs
,alicloud
,sepm
,aci-direct
,ibm
. - update
Interval Number - Dynamic object update interval (30 - 3600 sec, default = 60, 0 = disabled).
- updating Number
- Updating.
- use
Metadata StringIam - Enable/disable using IAM role from metadata to call API. Valid values:
disable
,enable
. - user
Id String - User ID.
- username String
- Username of the remote SDN connector as login credentials.
- vcenter
Passwords List<String> - vCenter server password for NSX quarantine.
- vcenter
Server String - vCenter server address for NSX quarantine.
- vcenter
Username String - vCenter server username for NSX quarantine.
- verify
Certificate String - Enable/disable server certificate verification. Valid values:
disable
,enable
. - vmx
Image StringUrl - URL of web-hosted VMX image.
- vmx
Service StringName - VMX Service name.
- vpc
Id String - AWS VPC ID.
Supporting Types
ObjectSystemSdnconnectorCompartmentList, ObjectSystemSdnconnectorCompartmentListArgs
- Compartment
Id string - OCI compartment ID.
- Compartment
Id string - OCI compartment ID.
- compartment
Id String - OCI compartment ID.
- compartment
Id string - OCI compartment ID.
- compartment_
id str - OCI compartment ID.
- compartment
Id String - OCI compartment ID.
ObjectSystemSdnconnectorExternalAccountList, ObjectSystemSdnconnectorExternalAccountListArgs
- External
Id string - AWS external ID.
- Region
Lists List<string> - AWS region name list.
- Role
Arn string - AWS role ARN to assume.
- External
Id string - AWS external ID.
- Region
Lists []string - AWS region name list.
- Role
Arn string - AWS role ARN to assume.
- external
Id String - AWS external ID.
- region
Lists List<String> - AWS region name list.
- role
Arn String - AWS role ARN to assume.
- external
Id string - AWS external ID.
- region
Lists string[] - AWS region name list.
- role
Arn string - AWS role ARN to assume.
- external_
id str - AWS external ID.
- region_
lists Sequence[str] - AWS region name list.
- role_
arn str - AWS role ARN to assume.
- external
Id String - AWS external ID.
- region
Lists List<String> - AWS region name list.
- role
Arn String - AWS role ARN to assume.
ObjectSystemSdnconnectorExternalIp, ObjectSystemSdnconnectorExternalIpArgs
- Name string
- External IP name.
- Name string
- External IP name.
- name String
- External IP name.
- name string
- External IP name.
- name str
- External IP name.
- name String
- External IP name.
ObjectSystemSdnconnectorForwardingRule, ObjectSystemSdnconnectorForwardingRuleArgs
ObjectSystemSdnconnectorGcpProjectList, ObjectSystemSdnconnectorGcpProjectListArgs
- Gcp
Zone List<string>Lists - Configure GCP zone list.
- Id string
- GCP project ID.
- Gcp
Zone []stringLists - Configure GCP zone list.
- Id string
- GCP project ID.
- gcp
Zone List<String>Lists - Configure GCP zone list.
- id String
- GCP project ID.
- gcp
Zone string[]Lists - Configure GCP zone list.
- id string
- GCP project ID.
- gcp_
zone_ Sequence[str]lists - Configure GCP zone list.
- id str
- GCP project ID.
- gcp
Zone List<String>Lists - Configure GCP zone list.
- id String
- GCP project ID.
ObjectSystemSdnconnectorNic, ObjectSystemSdnconnectorNicArgs
- Ips
List<Object
System Sdnconnector Nic Ip> - Ip. The structure of
ip
block is documented below. - Name string
- Network interface name.
- Peer
Nic string - Peer network interface name.
- Ips
[]Object
System Sdnconnector Nic Ip Type - Ip. The structure of
ip
block is documented below. - Name string
- Network interface name.
- Peer
Nic string - Peer network interface name.
- ips
List<Object
System Sdnconnector Nic Ip> - Ip. The structure of
ip
block is documented below. - name String
- Network interface name.
- peer
Nic String - Peer network interface name.
- ips
Object
System Sdnconnector Nic Ip[] - Ip. The structure of
ip
block is documented below. - name string
- Network interface name.
- peer
Nic string - Peer network interface name.
- ips
Sequence[Object
System Sdnconnector Nic Ip] - Ip. The structure of
ip
block is documented below. - name str
- Network interface name.
- peer_
nic str - Peer network interface name.
- ips List<Property Map>
- Ip. The structure of
ip
block is documented below. - name String
- Network interface name.
- peer
Nic String - Peer network interface name.
ObjectSystemSdnconnectorNicIp, ObjectSystemSdnconnectorNicIpArgs
- Name string
- IP configuration name.
- Private
Ip string - Private IP address.
- Public
Ip string - Public IP name.
- Resource
Group string - Resource group of Azure public IP.
- Name string
- IP configuration name.
- Private
Ip string - Private IP address.
- Public
Ip string - Public IP name.
- Resource
Group string - Resource group of Azure public IP.
- name String
- IP configuration name.
- private
Ip String - Private IP address.
- public
Ip String - Public IP name.
- resource
Group String - Resource group of Azure public IP.
- name string
- IP configuration name.
- private
Ip string - Private IP address.
- public
Ip string - Public IP name.
- resource
Group string - Resource group of Azure public IP.
- name str
- IP configuration name.
- private_
ip str - Private IP address.
- public_
ip str - Public IP name.
- resource_
group str - Resource group of Azure public IP.
- name String
- IP configuration name.
- private
Ip String - Private IP address.
- public
Ip String - Public IP name.
- resource
Group String - Resource group of Azure public IP.
ObjectSystemSdnconnectorOciRegionList, ObjectSystemSdnconnectorOciRegionListArgs
- Region string
- OCI region.
- Region string
- OCI region.
- region String
- OCI region.
- region string
- OCI region.
- region str
- OCI region.
- region String
- OCI region.
ObjectSystemSdnconnectorRoute, ObjectSystemSdnconnectorRouteArgs
- Name string
- Route name.
- Name string
- Route name.
- name String
- Route name.
- name string
- Route name.
- name str
- Route name.
- name String
- Route name.
ObjectSystemSdnconnectorRouteTable, ObjectSystemSdnconnectorRouteTableArgs
- Name string
- Route table name.
- Resource
Group string - Resource group of Azure route table.
- Routes
List<Object
System Sdnconnector Route Table Route> - Route. The structure of
route
block is documented below. - Subscription
Id string - Subscription ID of Azure route table.
- Name string
- Route table name.
- Resource
Group string - Resource group of Azure route table.
- Routes
[]Object
System Sdnconnector Route Table Route Type - Route. The structure of
route
block is documented below. - Subscription
Id string - Subscription ID of Azure route table.
- name String
- Route table name.
- resource
Group String - Resource group of Azure route table.
- routes
List<Object
System Sdnconnector Route Table Route> - Route. The structure of
route
block is documented below. - subscription
Id String - Subscription ID of Azure route table.
- name string
- Route table name.
- resource
Group string - Resource group of Azure route table.
- routes
Object
System Sdnconnector Route Table Route[] - Route. The structure of
route
block is documented below. - subscription
Id string - Subscription ID of Azure route table.
- name str
- Route table name.
- resource_
group str - Resource group of Azure route table.
- routes
Sequence[Object
System Sdnconnector Route Table Route] - Route. The structure of
route
block is documented below. - subscription_
id str - Subscription ID of Azure route table.
- name String
- Route table name.
- resource
Group String - Resource group of Azure route table.
- routes List<Property Map>
- Route. The structure of
route
block is documented below. - subscription
Id String - Subscription ID of Azure route table.
ObjectSystemSdnconnectorRouteTableRoute, ObjectSystemSdnconnectorRouteTableRouteArgs
Import
ObjectSystem SdnConnector can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectSystemSdnconnector:ObjectSystemSdnconnector labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.