fortimanager.ObjectSystemSdnconnectorGcpprojectlist
Explore with Pulumi AI
Configure GCP project list.
This resource is a sub resource for variable
gcp_project_list
of resourcefortimanager.ObjectSystemSdnconnector
. Conflict and overwrite may occur if use both of them.
Create ObjectSystemSdnconnectorGcpprojectlist Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectSystemSdnconnectorGcpprojectlist(name: string, args: ObjectSystemSdnconnectorGcpprojectlistArgs, opts?: CustomResourceOptions);
@overload
def ObjectSystemSdnconnectorGcpprojectlist(resource_name: str,
args: ObjectSystemSdnconnectorGcpprojectlistArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectSystemSdnconnectorGcpprojectlist(resource_name: str,
opts: Optional[ResourceOptions] = None,
sdn_connector: Optional[str] = None,
adom: Optional[str] = None,
fosid: Optional[str] = None,
gcp_zone_lists: Optional[Sequence[str]] = None,
object_system_sdnconnector_gcpprojectlist_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectSystemSdnconnectorGcpprojectlist(ctx *Context, name string, args ObjectSystemSdnconnectorGcpprojectlistArgs, opts ...ResourceOption) (*ObjectSystemSdnconnectorGcpprojectlist, error)
public ObjectSystemSdnconnectorGcpprojectlist(string name, ObjectSystemSdnconnectorGcpprojectlistArgs args, CustomResourceOptions? opts = null)
public ObjectSystemSdnconnectorGcpprojectlist(String name, ObjectSystemSdnconnectorGcpprojectlistArgs args)
public ObjectSystemSdnconnectorGcpprojectlist(String name, ObjectSystemSdnconnectorGcpprojectlistArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSystemSdnconnectorGcpprojectlist
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 ObjectSystemSdnconnectorGcpprojectlistArgs
- 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 ObjectSystemSdnconnectorGcpprojectlistArgs
- 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 ObjectSystemSdnconnectorGcpprojectlistArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectSystemSdnconnectorGcpprojectlistArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectSystemSdnconnectorGcpprojectlistArgs
- 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 objectSystemSdnconnectorGcpprojectlistResource = new Fortimanager.ObjectSystemSdnconnectorGcpprojectlist("objectSystemSdnconnectorGcpprojectlistResource", new()
{
SdnConnector = "string",
Adom = "string",
Fosid = "string",
GcpZoneLists = new[]
{
"string",
},
ObjectSystemSdnconnectorGcpprojectlistId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectSystemSdnconnectorGcpprojectlist(ctx, "objectSystemSdnconnectorGcpprojectlistResource", &fortimanager.ObjectSystemSdnconnectorGcpprojectlistArgs{
SdnConnector: pulumi.String("string"),
Adom: pulumi.String("string"),
Fosid: pulumi.String("string"),
GcpZoneLists: pulumi.StringArray{
pulumi.String("string"),
},
ObjectSystemSdnconnectorGcpprojectlistId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectSystemSdnconnectorGcpprojectlistResource = new ObjectSystemSdnconnectorGcpprojectlist("objectSystemSdnconnectorGcpprojectlistResource", ObjectSystemSdnconnectorGcpprojectlistArgs.builder()
.sdnConnector("string")
.adom("string")
.fosid("string")
.gcpZoneLists("string")
.objectSystemSdnconnectorGcpprojectlistId("string")
.scopetype("string")
.build());
object_system_sdnconnector_gcpprojectlist_resource = fortimanager.ObjectSystemSdnconnectorGcpprojectlist("objectSystemSdnconnectorGcpprojectlistResource",
sdn_connector="string",
adom="string",
fosid="string",
gcp_zone_lists=["string"],
object_system_sdnconnector_gcpprojectlist_id="string",
scopetype="string")
const objectSystemSdnconnectorGcpprojectlistResource = new fortimanager.ObjectSystemSdnconnectorGcpprojectlist("objectSystemSdnconnectorGcpprojectlistResource", {
sdnConnector: "string",
adom: "string",
fosid: "string",
gcpZoneLists: ["string"],
objectSystemSdnconnectorGcpprojectlistId: "string",
scopetype: "string",
});
type: fortimanager:ObjectSystemSdnconnectorGcpprojectlist
properties:
adom: string
fosid: string
gcpZoneLists:
- string
objectSystemSdnconnectorGcpprojectlistId: string
scopetype: string
sdnConnector: string
ObjectSystemSdnconnectorGcpprojectlist 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 ObjectSystemSdnconnectorGcpprojectlist resource accepts the following input properties:
- Sdn
Connector string - Sdn Connector.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid string
- GCP project ID.
- Gcp
Zone List<string>Lists - Configure GCP zone list.
- Object
System stringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
.
- Sdn
Connector string - Sdn Connector.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid string
- GCP project ID.
- Gcp
Zone []stringLists - Configure GCP zone list.
- Object
System stringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
.
- sdn
Connector String - Sdn Connector.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid String
- GCP project ID.
- gcp
Zone List<String>Lists - Configure GCP zone list.
- object
System StringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
.
- sdn
Connector string - Sdn Connector.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid string
- GCP project ID.
- gcp
Zone string[]Lists - Configure GCP zone list.
- object
System stringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
.
- sdn_
connector str - Sdn Connector.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid str
- GCP project ID.
- gcp_
zone_ Sequence[str]lists - Configure GCP zone list.
- object_
system_ strsdnconnector_ gcpprojectlist_ id - an identifier for the resource with format {{fosid}}.
- 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
.
- sdn
Connector String - Sdn Connector.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid String
- GCP project ID.
- gcp
Zone List<String>Lists - Configure GCP zone list.
- object
System StringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectSystemSdnconnectorGcpprojectlist 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 ObjectSystemSdnconnectorGcpprojectlist Resource
Get an existing ObjectSystemSdnconnectorGcpprojectlist 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?: ObjectSystemSdnconnectorGcpprojectlistState, opts?: CustomResourceOptions): ObjectSystemSdnconnectorGcpprojectlist
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
fosid: Optional[str] = None,
gcp_zone_lists: Optional[Sequence[str]] = None,
object_system_sdnconnector_gcpprojectlist_id: Optional[str] = None,
scopetype: Optional[str] = None,
sdn_connector: Optional[str] = None) -> ObjectSystemSdnconnectorGcpprojectlist
func GetObjectSystemSdnconnectorGcpprojectlist(ctx *Context, name string, id IDInput, state *ObjectSystemSdnconnectorGcpprojectlistState, opts ...ResourceOption) (*ObjectSystemSdnconnectorGcpprojectlist, error)
public static ObjectSystemSdnconnectorGcpprojectlist Get(string name, Input<string> id, ObjectSystemSdnconnectorGcpprojectlistState? state, CustomResourceOptions? opts = null)
public static ObjectSystemSdnconnectorGcpprojectlist get(String name, Output<String> id, ObjectSystemSdnconnectorGcpprojectlistState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectSystemSdnconnectorGcpprojectlist 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid string
- GCP project ID.
- Gcp
Zone List<string>Lists - Configure GCP zone list.
- Object
System stringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
. - Sdn
Connector string - Sdn Connector.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid string
- GCP project ID.
- Gcp
Zone []stringLists - Configure GCP zone list.
- Object
System stringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
. - Sdn
Connector string - Sdn Connector.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid String
- GCP project ID.
- gcp
Zone List<String>Lists - Configure GCP zone list.
- object
System StringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
. - sdn
Connector String - Sdn Connector.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid string
- GCP project ID.
- gcp
Zone string[]Lists - Configure GCP zone list.
- object
System stringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
. - sdn
Connector string - Sdn Connector.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid str
- GCP project ID.
- gcp_
zone_ Sequence[str]lists - Configure GCP zone list.
- object_
system_ strsdnconnector_ gcpprojectlist_ id - an identifier for the resource with format {{fosid}}.
- 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
. - sdn_
connector str - Sdn Connector.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid String
- GCP project ID.
- gcp
Zone List<String>Lists - Configure GCP zone list.
- object
System StringSdnconnector Gcpprojectlist Id - an identifier for the resource with format {{fosid}}.
- 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
. - sdn
Connector String - Sdn Connector.
Import
ObjectSystem SdnConnectorGcpProjectList can be imported using any of these accepted formats:
Set import_options = [“sdn_connector=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectSystemSdnconnectorGcpprojectlist:ObjectSystemSdnconnectorGcpprojectlist labelname {{fosid}}
$ 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.