Documentation
¶
Index ¶
- type Custom
- type CustomArgs
- type CustomArray
- type CustomArrayInput
- type CustomArrayOutput
- type CustomInput
- type CustomMap
- type CustomMapInput
- type CustomMapOutput
- type CustomOutput
- func (o CustomOutput) Color() pulumi.IntOutput
- func (o CustomOutput) Comment() pulumi.StringPtrOutput
- func (CustomOutput) ElementType() reflect.Type
- func (o CustomOutput) Name() pulumi.StringOutput
- func (o CustomOutput) ToCustomOutput() CustomOutput
- func (o CustomOutput) ToCustomOutputWithContext(ctx context.Context) CustomOutput
- func (o CustomOutput) Uuid() pulumi.StringOutput
- func (o CustomOutput) Vdomparam() pulumi.StringOutput
- func (o CustomOutput) Visibility() pulumi.StringOutput
- func (o CustomOutput) WildcardFqdn() pulumi.StringOutput
- type CustomState
- type GetCustomlistArgs
- type GetCustomlistOutputArgs
- type GetCustomlistResult
- type GetCustomlistResultOutput
- func (GetCustomlistResultOutput) ElementType() reflect.Type
- func (o GetCustomlistResultOutput) Filter() pulumi.StringPtrOutput
- func (o GetCustomlistResultOutput) Id() pulumi.StringOutput
- func (o GetCustomlistResultOutput) Namelists() pulumi.StringArrayOutput
- func (o GetCustomlistResultOutput) ToGetCustomlistResultOutput() GetCustomlistResultOutput
- func (o GetCustomlistResultOutput) ToGetCustomlistResultOutputWithContext(ctx context.Context) GetCustomlistResultOutput
- func (o GetCustomlistResultOutput) Vdomparam() pulumi.StringPtrOutput
- type GetGroupMember
- type GetGroupMemberArgs
- type GetGroupMemberArray
- type GetGroupMemberArrayInput
- type GetGroupMemberArrayOutput
- func (GetGroupMemberArrayOutput) ElementType() reflect.Type
- func (o GetGroupMemberArrayOutput) Index(i pulumi.IntInput) GetGroupMemberOutput
- func (o GetGroupMemberArrayOutput) ToGetGroupMemberArrayOutput() GetGroupMemberArrayOutput
- func (o GetGroupMemberArrayOutput) ToGetGroupMemberArrayOutputWithContext(ctx context.Context) GetGroupMemberArrayOutput
- type GetGroupMemberInput
- type GetGroupMemberOutput
- type GetGrouplistArgs
- type GetGrouplistOutputArgs
- type GetGrouplistResult
- type GetGrouplistResultOutput
- func (GetGrouplistResultOutput) ElementType() reflect.Type
- func (o GetGrouplistResultOutput) Filter() pulumi.StringPtrOutput
- func (o GetGrouplistResultOutput) Id() pulumi.StringOutput
- func (o GetGrouplistResultOutput) Namelists() pulumi.StringArrayOutput
- func (o GetGrouplistResultOutput) ToGetGrouplistResultOutput() GetGrouplistResultOutput
- func (o GetGrouplistResultOutput) ToGetGrouplistResultOutputWithContext(ctx context.Context) GetGrouplistResultOutput
- func (o GetGrouplistResultOutput) Vdomparam() pulumi.StringPtrOutput
- type Group
- type GroupArgs
- type GroupArray
- type GroupArrayInput
- type GroupArrayOutput
- type GroupInput
- type GroupMap
- type GroupMapInput
- type GroupMapOutput
- type GroupMember
- type GroupMemberArgs
- type GroupMemberArray
- type GroupMemberArrayInput
- type GroupMemberArrayOutput
- func (GroupMemberArrayOutput) ElementType() reflect.Type
- func (o GroupMemberArrayOutput) Index(i pulumi.IntInput) GroupMemberOutput
- func (o GroupMemberArrayOutput) ToGroupMemberArrayOutput() GroupMemberArrayOutput
- func (o GroupMemberArrayOutput) ToGroupMemberArrayOutputWithContext(ctx context.Context) GroupMemberArrayOutput
- type GroupMemberInput
- type GroupMemberOutput
- type GroupOutput
- func (o GroupOutput) Color() pulumi.IntOutput
- func (o GroupOutput) Comment() pulumi.StringPtrOutput
- func (o GroupOutput) DynamicSortSubtable() pulumi.StringPtrOutput
- func (GroupOutput) ElementType() reflect.Type
- func (o GroupOutput) GetAllTables() pulumi.StringPtrOutput
- func (o GroupOutput) Members() GroupMemberArrayOutput
- func (o GroupOutput) Name() pulumi.StringOutput
- func (o GroupOutput) ToGroupOutput() GroupOutput
- func (o GroupOutput) ToGroupOutputWithContext(ctx context.Context) GroupOutput
- func (o GroupOutput) Uuid() pulumi.StringOutput
- func (o GroupOutput) Vdomparam() pulumi.StringOutput
- func (o GroupOutput) Visibility() pulumi.StringOutput
- type GroupState
- type LookupCustomArgs
- type LookupCustomOutputArgs
- type LookupCustomResult
- type LookupCustomResultOutput
- func (o LookupCustomResultOutput) Color() pulumi.IntOutput
- func (o LookupCustomResultOutput) Comment() pulumi.StringOutput
- func (LookupCustomResultOutput) ElementType() reflect.Type
- func (o LookupCustomResultOutput) Id() pulumi.StringOutput
- func (o LookupCustomResultOutput) Name() pulumi.StringOutput
- func (o LookupCustomResultOutput) ToLookupCustomResultOutput() LookupCustomResultOutput
- func (o LookupCustomResultOutput) ToLookupCustomResultOutputWithContext(ctx context.Context) LookupCustomResultOutput
- func (o LookupCustomResultOutput) Uuid() pulumi.StringOutput
- func (o LookupCustomResultOutput) Vdomparam() pulumi.StringPtrOutput
- func (o LookupCustomResultOutput) Visibility() pulumi.StringOutput
- func (o LookupCustomResultOutput) WildcardFqdn() pulumi.StringOutput
- type LookupGroupArgs
- type LookupGroupOutputArgs
- type LookupGroupResult
- type LookupGroupResultOutput
- func (o LookupGroupResultOutput) Color() pulumi.IntOutput
- func (o LookupGroupResultOutput) Comment() pulumi.StringOutput
- func (LookupGroupResultOutput) ElementType() reflect.Type
- func (o LookupGroupResultOutput) Id() pulumi.StringOutput
- func (o LookupGroupResultOutput) Members() GetGroupMemberArrayOutput
- func (o LookupGroupResultOutput) Name() pulumi.StringOutput
- func (o LookupGroupResultOutput) ToLookupGroupResultOutput() LookupGroupResultOutput
- func (o LookupGroupResultOutput) ToLookupGroupResultOutputWithContext(ctx context.Context) LookupGroupResultOutput
- func (o LookupGroupResultOutput) Uuid() pulumi.StringOutput
- func (o LookupGroupResultOutput) Vdomparam() pulumi.StringPtrOutput
- func (o LookupGroupResultOutput) Visibility() pulumi.StringOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Custom ¶
type Custom struct { pulumi.CustomResourceState // GUI icon color. Color pulumi.IntOutput `pulumi:"color"` // Comment. Comment pulumi.StringPtrOutput `pulumi:"comment"` // Address name. Name pulumi.StringOutput `pulumi:"name"` // Universally Unique Identifier (UUID; automatically assigned but can be manually reset). Uuid pulumi.StringOutput `pulumi:"uuid"` // Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringOutput `pulumi:"vdomparam"` // Enable/disable address visibility. Valid values: `enable`, `disable`. Visibility pulumi.StringOutput `pulumi:"visibility"` // Wildcard FQDN. WildcardFqdn pulumi.StringOutput `pulumi:"wildcardFqdn"` }
Config global/VDOM Wildcard FQDN address.
## Example Usage
```go package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi" "github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/firewall"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := firewall.NewCustom(ctx, "trname", &firewall.CustomArgs{ Color: pulumi.Int(0), Visibility: pulumi.String("enable"), WildcardFqdn: pulumi.String("*.go.google.com"), }) if err != nil { return err } return nil }) }
```
## Import
FirewallWildcardFqdn Custom can be imported using any of these accepted formats:
```sh $ pulumi import fortios:firewall/wildcardfqdn/custom:Custom labelname {{name}} ```
If you do not want to import arguments of block:
$ export "FORTIOS_IMPORT_TABLE"="false"
```sh $ pulumi import fortios:firewall/wildcardfqdn/custom:Custom labelname {{name}} ```
$ unset "FORTIOS_IMPORT_TABLE"
func GetCustom ¶
func GetCustom(ctx *pulumi.Context, name string, id pulumi.IDInput, state *CustomState, opts ...pulumi.ResourceOption) (*Custom, error)
GetCustom gets an existing Custom resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
func NewCustom ¶
func NewCustom(ctx *pulumi.Context, name string, args *CustomArgs, opts ...pulumi.ResourceOption) (*Custom, error)
NewCustom registers a new resource with the given unique name, arguments, and options.
func (*Custom) ElementType ¶
func (*Custom) ToCustomOutput ¶
func (i *Custom) ToCustomOutput() CustomOutput
func (*Custom) ToCustomOutputWithContext ¶
func (i *Custom) ToCustomOutputWithContext(ctx context.Context) CustomOutput
type CustomArgs ¶
type CustomArgs struct { // GUI icon color. Color pulumi.IntPtrInput // Comment. Comment pulumi.StringPtrInput // Address name. Name pulumi.StringPtrInput // Universally Unique Identifier (UUID; automatically assigned but can be manually reset). Uuid pulumi.StringPtrInput // Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringPtrInput // Enable/disable address visibility. Valid values: `enable`, `disable`. Visibility pulumi.StringPtrInput // Wildcard FQDN. WildcardFqdn pulumi.StringPtrInput }
The set of arguments for constructing a Custom resource.
func (CustomArgs) ElementType ¶
func (CustomArgs) ElementType() reflect.Type
type CustomArray ¶
type CustomArray []CustomInput
func (CustomArray) ElementType ¶
func (CustomArray) ElementType() reflect.Type
func (CustomArray) ToCustomArrayOutput ¶
func (i CustomArray) ToCustomArrayOutput() CustomArrayOutput
func (CustomArray) ToCustomArrayOutputWithContext ¶
func (i CustomArray) ToCustomArrayOutputWithContext(ctx context.Context) CustomArrayOutput
type CustomArrayInput ¶
type CustomArrayInput interface { pulumi.Input ToCustomArrayOutput() CustomArrayOutput ToCustomArrayOutputWithContext(context.Context) CustomArrayOutput }
CustomArrayInput is an input type that accepts CustomArray and CustomArrayOutput values. You can construct a concrete instance of `CustomArrayInput` via:
CustomArray{ CustomArgs{...} }
type CustomArrayOutput ¶
type CustomArrayOutput struct{ *pulumi.OutputState }
func (CustomArrayOutput) ElementType ¶
func (CustomArrayOutput) ElementType() reflect.Type
func (CustomArrayOutput) Index ¶
func (o CustomArrayOutput) Index(i pulumi.IntInput) CustomOutput
func (CustomArrayOutput) ToCustomArrayOutput ¶
func (o CustomArrayOutput) ToCustomArrayOutput() CustomArrayOutput
func (CustomArrayOutput) ToCustomArrayOutputWithContext ¶
func (o CustomArrayOutput) ToCustomArrayOutputWithContext(ctx context.Context) CustomArrayOutput
type CustomInput ¶
type CustomInput interface { pulumi.Input ToCustomOutput() CustomOutput ToCustomOutputWithContext(ctx context.Context) CustomOutput }
type CustomMap ¶
type CustomMap map[string]CustomInput
func (CustomMap) ElementType ¶
func (CustomMap) ToCustomMapOutput ¶
func (i CustomMap) ToCustomMapOutput() CustomMapOutput
func (CustomMap) ToCustomMapOutputWithContext ¶
func (i CustomMap) ToCustomMapOutputWithContext(ctx context.Context) CustomMapOutput
type CustomMapInput ¶
type CustomMapInput interface { pulumi.Input ToCustomMapOutput() CustomMapOutput ToCustomMapOutputWithContext(context.Context) CustomMapOutput }
CustomMapInput is an input type that accepts CustomMap and CustomMapOutput values. You can construct a concrete instance of `CustomMapInput` via:
CustomMap{ "key": CustomArgs{...} }
type CustomMapOutput ¶
type CustomMapOutput struct{ *pulumi.OutputState }
func (CustomMapOutput) ElementType ¶
func (CustomMapOutput) ElementType() reflect.Type
func (CustomMapOutput) MapIndex ¶
func (o CustomMapOutput) MapIndex(k pulumi.StringInput) CustomOutput
func (CustomMapOutput) ToCustomMapOutput ¶
func (o CustomMapOutput) ToCustomMapOutput() CustomMapOutput
func (CustomMapOutput) ToCustomMapOutputWithContext ¶
func (o CustomMapOutput) ToCustomMapOutputWithContext(ctx context.Context) CustomMapOutput
type CustomOutput ¶
type CustomOutput struct{ *pulumi.OutputState }
func (CustomOutput) ElementType ¶
func (CustomOutput) ElementType() reflect.Type
func (CustomOutput) ToCustomOutput ¶
func (o CustomOutput) ToCustomOutput() CustomOutput
func (CustomOutput) ToCustomOutputWithContext ¶
func (o CustomOutput) ToCustomOutputWithContext(ctx context.Context) CustomOutput
func (CustomOutput) Uuid ¶
func (o CustomOutput) Uuid() pulumi.StringOutput
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
func (CustomOutput) Vdomparam ¶
func (o CustomOutput) Vdomparam() pulumi.StringOutput
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
func (CustomOutput) Visibility ¶
func (o CustomOutput) Visibility() pulumi.StringOutput
Enable/disable address visibility. Valid values: `enable`, `disable`.
func (CustomOutput) WildcardFqdn ¶
func (o CustomOutput) WildcardFqdn() pulumi.StringOutput
Wildcard FQDN.
type CustomState ¶
type CustomState struct { // GUI icon color. Color pulumi.IntPtrInput // Comment. Comment pulumi.StringPtrInput // Address name. Name pulumi.StringPtrInput // Universally Unique Identifier (UUID; automatically assigned but can be manually reset). Uuid pulumi.StringPtrInput // Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringPtrInput // Enable/disable address visibility. Valid values: `enable`, `disable`. Visibility pulumi.StringPtrInput // Wildcard FQDN. WildcardFqdn pulumi.StringPtrInput }
func (CustomState) ElementType ¶
func (CustomState) ElementType() reflect.Type
type GetCustomlistArgs ¶
type GetCustomlistArgs struct { // A filter used to scope the list. See Filter results of datasource. Filter *string `pulumi:"filter"` // Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam *string `pulumi:"vdomparam"` }
A collection of arguments for invoking getCustomlist.
type GetCustomlistOutputArgs ¶
type GetCustomlistOutputArgs struct { // A filter used to scope the list. See Filter results of datasource. Filter pulumi.StringPtrInput `pulumi:"filter"` // Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringPtrInput `pulumi:"vdomparam"` }
A collection of arguments for invoking getCustomlist.
func (GetCustomlistOutputArgs) ElementType ¶
func (GetCustomlistOutputArgs) ElementType() reflect.Type
type GetCustomlistResult ¶
type GetCustomlistResult struct { Filter *string `pulumi:"filter"` // The provider-assigned unique ID for this managed resource. Id string `pulumi:"id"` // A list of the `firewall/wildcardfqdn.Custom`. Namelists []string `pulumi:"namelists"` Vdomparam *string `pulumi:"vdomparam"` }
A collection of values returned by getCustomlist.
func GetCustomlist ¶
func GetCustomlist(ctx *pulumi.Context, args *GetCustomlistArgs, opts ...pulumi.InvokeOption) (*GetCustomlistResult, error)
Provides a list of `firewall/wildcardfqdn.Custom`.
type GetCustomlistResultOutput ¶
type GetCustomlistResultOutput struct{ *pulumi.OutputState }
A collection of values returned by getCustomlist.
func GetCustomlistOutput ¶
func GetCustomlistOutput(ctx *pulumi.Context, args GetCustomlistOutputArgs, opts ...pulumi.InvokeOption) GetCustomlistResultOutput
func (GetCustomlistResultOutput) ElementType ¶
func (GetCustomlistResultOutput) ElementType() reflect.Type
func (GetCustomlistResultOutput) Filter ¶
func (o GetCustomlistResultOutput) Filter() pulumi.StringPtrOutput
func (GetCustomlistResultOutput) Id ¶
func (o GetCustomlistResultOutput) Id() pulumi.StringOutput
The provider-assigned unique ID for this managed resource.
func (GetCustomlistResultOutput) Namelists ¶
func (o GetCustomlistResultOutput) Namelists() pulumi.StringArrayOutput
A list of the `firewall/wildcardfqdn.Custom`.
func (GetCustomlistResultOutput) ToGetCustomlistResultOutput ¶
func (o GetCustomlistResultOutput) ToGetCustomlistResultOutput() GetCustomlistResultOutput
func (GetCustomlistResultOutput) ToGetCustomlistResultOutputWithContext ¶
func (o GetCustomlistResultOutput) ToGetCustomlistResultOutputWithContext(ctx context.Context) GetCustomlistResultOutput
func (GetCustomlistResultOutput) Vdomparam ¶
func (o GetCustomlistResultOutput) Vdomparam() pulumi.StringPtrOutput
type GetGroupMember ¶
type GetGroupMember struct { // Specify the name of the desired firewallwildcardfqdn group. Name string `pulumi:"name"` }
type GetGroupMemberArgs ¶
type GetGroupMemberArgs struct { // Specify the name of the desired firewallwildcardfqdn group. Name pulumi.StringInput `pulumi:"name"` }
func (GetGroupMemberArgs) ElementType ¶
func (GetGroupMemberArgs) ElementType() reflect.Type
func (GetGroupMemberArgs) ToGetGroupMemberOutput ¶
func (i GetGroupMemberArgs) ToGetGroupMemberOutput() GetGroupMemberOutput
func (GetGroupMemberArgs) ToGetGroupMemberOutputWithContext ¶
func (i GetGroupMemberArgs) ToGetGroupMemberOutputWithContext(ctx context.Context) GetGroupMemberOutput
type GetGroupMemberArray ¶
type GetGroupMemberArray []GetGroupMemberInput
func (GetGroupMemberArray) ElementType ¶
func (GetGroupMemberArray) ElementType() reflect.Type
func (GetGroupMemberArray) ToGetGroupMemberArrayOutput ¶
func (i GetGroupMemberArray) ToGetGroupMemberArrayOutput() GetGroupMemberArrayOutput
func (GetGroupMemberArray) ToGetGroupMemberArrayOutputWithContext ¶
func (i GetGroupMemberArray) ToGetGroupMemberArrayOutputWithContext(ctx context.Context) GetGroupMemberArrayOutput
type GetGroupMemberArrayInput ¶
type GetGroupMemberArrayInput interface { pulumi.Input ToGetGroupMemberArrayOutput() GetGroupMemberArrayOutput ToGetGroupMemberArrayOutputWithContext(context.Context) GetGroupMemberArrayOutput }
GetGroupMemberArrayInput is an input type that accepts GetGroupMemberArray and GetGroupMemberArrayOutput values. You can construct a concrete instance of `GetGroupMemberArrayInput` via:
GetGroupMemberArray{ GetGroupMemberArgs{...} }
type GetGroupMemberArrayOutput ¶
type GetGroupMemberArrayOutput struct{ *pulumi.OutputState }
func (GetGroupMemberArrayOutput) ElementType ¶
func (GetGroupMemberArrayOutput) ElementType() reflect.Type
func (GetGroupMemberArrayOutput) Index ¶
func (o GetGroupMemberArrayOutput) Index(i pulumi.IntInput) GetGroupMemberOutput
func (GetGroupMemberArrayOutput) ToGetGroupMemberArrayOutput ¶
func (o GetGroupMemberArrayOutput) ToGetGroupMemberArrayOutput() GetGroupMemberArrayOutput
func (GetGroupMemberArrayOutput) ToGetGroupMemberArrayOutputWithContext ¶
func (o GetGroupMemberArrayOutput) ToGetGroupMemberArrayOutputWithContext(ctx context.Context) GetGroupMemberArrayOutput
type GetGroupMemberInput ¶
type GetGroupMemberInput interface { pulumi.Input ToGetGroupMemberOutput() GetGroupMemberOutput ToGetGroupMemberOutputWithContext(context.Context) GetGroupMemberOutput }
GetGroupMemberInput is an input type that accepts GetGroupMemberArgs and GetGroupMemberOutput values. You can construct a concrete instance of `GetGroupMemberInput` via:
GetGroupMemberArgs{...}
type GetGroupMemberOutput ¶
type GetGroupMemberOutput struct{ *pulumi.OutputState }
func (GetGroupMemberOutput) ElementType ¶
func (GetGroupMemberOutput) ElementType() reflect.Type
func (GetGroupMemberOutput) Name ¶
func (o GetGroupMemberOutput) Name() pulumi.StringOutput
Specify the name of the desired firewallwildcardfqdn group.
func (GetGroupMemberOutput) ToGetGroupMemberOutput ¶
func (o GetGroupMemberOutput) ToGetGroupMemberOutput() GetGroupMemberOutput
func (GetGroupMemberOutput) ToGetGroupMemberOutputWithContext ¶
func (o GetGroupMemberOutput) ToGetGroupMemberOutputWithContext(ctx context.Context) GetGroupMemberOutput
type GetGrouplistArgs ¶
type GetGrouplistArgs struct { // A filter used to scope the list. See Filter results of datasource. Filter *string `pulumi:"filter"` // Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam *string `pulumi:"vdomparam"` }
A collection of arguments for invoking getGrouplist.
type GetGrouplistOutputArgs ¶
type GetGrouplistOutputArgs struct { // A filter used to scope the list. See Filter results of datasource. Filter pulumi.StringPtrInput `pulumi:"filter"` // Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringPtrInput `pulumi:"vdomparam"` }
A collection of arguments for invoking getGrouplist.
func (GetGrouplistOutputArgs) ElementType ¶
func (GetGrouplistOutputArgs) ElementType() reflect.Type
type GetGrouplistResult ¶
type GetGrouplistResult struct { Filter *string `pulumi:"filter"` // The provider-assigned unique ID for this managed resource. Id string `pulumi:"id"` // A list of the `firewall/wildcardfqdn.Group`. Namelists []string `pulumi:"namelists"` Vdomparam *string `pulumi:"vdomparam"` }
A collection of values returned by getGrouplist.
func GetGrouplist ¶
func GetGrouplist(ctx *pulumi.Context, args *GetGrouplistArgs, opts ...pulumi.InvokeOption) (*GetGrouplistResult, error)
Provides a list of `firewall/wildcardfqdn.Group`.
type GetGrouplistResultOutput ¶
type GetGrouplistResultOutput struct{ *pulumi.OutputState }
A collection of values returned by getGrouplist.
func GetGrouplistOutput ¶
func GetGrouplistOutput(ctx *pulumi.Context, args GetGrouplistOutputArgs, opts ...pulumi.InvokeOption) GetGrouplistResultOutput
func (GetGrouplistResultOutput) ElementType ¶
func (GetGrouplistResultOutput) ElementType() reflect.Type
func (GetGrouplistResultOutput) Filter ¶
func (o GetGrouplistResultOutput) Filter() pulumi.StringPtrOutput
func (GetGrouplistResultOutput) Id ¶
func (o GetGrouplistResultOutput) Id() pulumi.StringOutput
The provider-assigned unique ID for this managed resource.
func (GetGrouplistResultOutput) Namelists ¶
func (o GetGrouplistResultOutput) Namelists() pulumi.StringArrayOutput
A list of the `firewall/wildcardfqdn.Group`.
func (GetGrouplistResultOutput) ToGetGrouplistResultOutput ¶
func (o GetGrouplistResultOutput) ToGetGrouplistResultOutput() GetGrouplistResultOutput
func (GetGrouplistResultOutput) ToGetGrouplistResultOutputWithContext ¶
func (o GetGrouplistResultOutput) ToGetGrouplistResultOutputWithContext(ctx context.Context) GetGrouplistResultOutput
func (GetGrouplistResultOutput) Vdomparam ¶
func (o GetGrouplistResultOutput) Vdomparam() pulumi.StringPtrOutput
type Group ¶
type Group struct { pulumi.CustomResourceState // GUI icon color. Color pulumi.IntOutput `pulumi:"color"` // Comment. Comment pulumi.StringPtrOutput `pulumi:"comment"` // Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ]. DynamicSortSubtable pulumi.StringPtrOutput `pulumi:"dynamicSortSubtable"` // Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables. GetAllTables pulumi.StringPtrOutput `pulumi:"getAllTables"` // Address group members. The structure of `member` block is documented below. Members GroupMemberArrayOutput `pulumi:"members"` // Address group name. Name pulumi.StringOutput `pulumi:"name"` // Universally Unique Identifier (UUID; automatically assigned but can be manually reset). Uuid pulumi.StringOutput `pulumi:"uuid"` // Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringOutput `pulumi:"vdomparam"` // Enable/disable address visibility. Valid values: `enable`, `disable`. Visibility pulumi.StringOutput `pulumi:"visibility"` }
Config global Wildcard FQDN address groups.
## Example Usage
```go package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi" "github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/firewall"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { trname1, err := firewall.NewCustom(ctx, "trname1", &firewall.CustomArgs{ Color: pulumi.Int(0), Visibility: pulumi.String("enable"), WildcardFqdn: pulumi.String("*.ms.com"), }) if err != nil { return err } _, err = firewall.NewGroup(ctx, "trname", &firewall.GroupArgs{ Color: pulumi.Int(0), Visibility: pulumi.String("enable"), Members: wildcardfqdn.GroupMemberArray{ &wildcardfqdn.GroupMemberArgs{ Name: trname1.Name, }, }, }) if err != nil { return err } return nil }) }
```
## Import
FirewallWildcardFqdn Group can be imported using any of these accepted formats:
```sh $ pulumi import fortios:firewall/wildcardfqdn/group:Group labelname {{name}} ```
If you do not want to import arguments of block:
$ export "FORTIOS_IMPORT_TABLE"="false"
```sh $ pulumi import fortios:firewall/wildcardfqdn/group:Group labelname {{name}} ```
$ unset "FORTIOS_IMPORT_TABLE"
func GetGroup ¶
func GetGroup(ctx *pulumi.Context, name string, id pulumi.IDInput, state *GroupState, opts ...pulumi.ResourceOption) (*Group, error)
GetGroup gets an existing Group resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
func NewGroup ¶
func NewGroup(ctx *pulumi.Context, name string, args *GroupArgs, opts ...pulumi.ResourceOption) (*Group, error)
NewGroup registers a new resource with the given unique name, arguments, and options.
func (*Group) ElementType ¶
func (*Group) ToGroupOutput ¶
func (i *Group) ToGroupOutput() GroupOutput
func (*Group) ToGroupOutputWithContext ¶
func (i *Group) ToGroupOutputWithContext(ctx context.Context) GroupOutput
type GroupArgs ¶
type GroupArgs struct { // GUI icon color. Color pulumi.IntPtrInput // Comment. Comment pulumi.StringPtrInput // Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ]. DynamicSortSubtable pulumi.StringPtrInput // Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables. GetAllTables pulumi.StringPtrInput // Address group members. The structure of `member` block is documented below. Members GroupMemberArrayInput // Address group name. Name pulumi.StringPtrInput // Universally Unique Identifier (UUID; automatically assigned but can be manually reset). Uuid pulumi.StringPtrInput // Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringPtrInput // Enable/disable address visibility. Valid values: `enable`, `disable`. Visibility pulumi.StringPtrInput }
The set of arguments for constructing a Group resource.
func (GroupArgs) ElementType ¶
type GroupArray ¶
type GroupArray []GroupInput
func (GroupArray) ElementType ¶
func (GroupArray) ElementType() reflect.Type
func (GroupArray) ToGroupArrayOutput ¶
func (i GroupArray) ToGroupArrayOutput() GroupArrayOutput
func (GroupArray) ToGroupArrayOutputWithContext ¶
func (i GroupArray) ToGroupArrayOutputWithContext(ctx context.Context) GroupArrayOutput
type GroupArrayInput ¶
type GroupArrayInput interface { pulumi.Input ToGroupArrayOutput() GroupArrayOutput ToGroupArrayOutputWithContext(context.Context) GroupArrayOutput }
GroupArrayInput is an input type that accepts GroupArray and GroupArrayOutput values. You can construct a concrete instance of `GroupArrayInput` via:
GroupArray{ GroupArgs{...} }
type GroupArrayOutput ¶
type GroupArrayOutput struct{ *pulumi.OutputState }
func (GroupArrayOutput) ElementType ¶
func (GroupArrayOutput) ElementType() reflect.Type
func (GroupArrayOutput) Index ¶
func (o GroupArrayOutput) Index(i pulumi.IntInput) GroupOutput
func (GroupArrayOutput) ToGroupArrayOutput ¶
func (o GroupArrayOutput) ToGroupArrayOutput() GroupArrayOutput
func (GroupArrayOutput) ToGroupArrayOutputWithContext ¶
func (o GroupArrayOutput) ToGroupArrayOutputWithContext(ctx context.Context) GroupArrayOutput
type GroupInput ¶
type GroupInput interface { pulumi.Input ToGroupOutput() GroupOutput ToGroupOutputWithContext(ctx context.Context) GroupOutput }
type GroupMap ¶
type GroupMap map[string]GroupInput
func (GroupMap) ElementType ¶
func (GroupMap) ToGroupMapOutput ¶
func (i GroupMap) ToGroupMapOutput() GroupMapOutput
func (GroupMap) ToGroupMapOutputWithContext ¶
func (i GroupMap) ToGroupMapOutputWithContext(ctx context.Context) GroupMapOutput
type GroupMapInput ¶
type GroupMapInput interface { pulumi.Input ToGroupMapOutput() GroupMapOutput ToGroupMapOutputWithContext(context.Context) GroupMapOutput }
GroupMapInput is an input type that accepts GroupMap and GroupMapOutput values. You can construct a concrete instance of `GroupMapInput` via:
GroupMap{ "key": GroupArgs{...} }
type GroupMapOutput ¶
type GroupMapOutput struct{ *pulumi.OutputState }
func (GroupMapOutput) ElementType ¶
func (GroupMapOutput) ElementType() reflect.Type
func (GroupMapOutput) MapIndex ¶
func (o GroupMapOutput) MapIndex(k pulumi.StringInput) GroupOutput
func (GroupMapOutput) ToGroupMapOutput ¶
func (o GroupMapOutput) ToGroupMapOutput() GroupMapOutput
func (GroupMapOutput) ToGroupMapOutputWithContext ¶
func (o GroupMapOutput) ToGroupMapOutputWithContext(ctx context.Context) GroupMapOutput
type GroupMember ¶
type GroupMember struct { // Address name. Name *string `pulumi:"name"` }
type GroupMemberArgs ¶
type GroupMemberArgs struct { // Address name. Name pulumi.StringPtrInput `pulumi:"name"` }
func (GroupMemberArgs) ElementType ¶
func (GroupMemberArgs) ElementType() reflect.Type
func (GroupMemberArgs) ToGroupMemberOutput ¶
func (i GroupMemberArgs) ToGroupMemberOutput() GroupMemberOutput
func (GroupMemberArgs) ToGroupMemberOutputWithContext ¶
func (i GroupMemberArgs) ToGroupMemberOutputWithContext(ctx context.Context) GroupMemberOutput
type GroupMemberArray ¶
type GroupMemberArray []GroupMemberInput
func (GroupMemberArray) ElementType ¶
func (GroupMemberArray) ElementType() reflect.Type
func (GroupMemberArray) ToGroupMemberArrayOutput ¶
func (i GroupMemberArray) ToGroupMemberArrayOutput() GroupMemberArrayOutput
func (GroupMemberArray) ToGroupMemberArrayOutputWithContext ¶
func (i GroupMemberArray) ToGroupMemberArrayOutputWithContext(ctx context.Context) GroupMemberArrayOutput
type GroupMemberArrayInput ¶
type GroupMemberArrayInput interface { pulumi.Input ToGroupMemberArrayOutput() GroupMemberArrayOutput ToGroupMemberArrayOutputWithContext(context.Context) GroupMemberArrayOutput }
GroupMemberArrayInput is an input type that accepts GroupMemberArray and GroupMemberArrayOutput values. You can construct a concrete instance of `GroupMemberArrayInput` via:
GroupMemberArray{ GroupMemberArgs{...} }
type GroupMemberArrayOutput ¶
type GroupMemberArrayOutput struct{ *pulumi.OutputState }
func (GroupMemberArrayOutput) ElementType ¶
func (GroupMemberArrayOutput) ElementType() reflect.Type
func (GroupMemberArrayOutput) Index ¶
func (o GroupMemberArrayOutput) Index(i pulumi.IntInput) GroupMemberOutput
func (GroupMemberArrayOutput) ToGroupMemberArrayOutput ¶
func (o GroupMemberArrayOutput) ToGroupMemberArrayOutput() GroupMemberArrayOutput
func (GroupMemberArrayOutput) ToGroupMemberArrayOutputWithContext ¶
func (o GroupMemberArrayOutput) ToGroupMemberArrayOutputWithContext(ctx context.Context) GroupMemberArrayOutput
type GroupMemberInput ¶
type GroupMemberInput interface { pulumi.Input ToGroupMemberOutput() GroupMemberOutput ToGroupMemberOutputWithContext(context.Context) GroupMemberOutput }
GroupMemberInput is an input type that accepts GroupMemberArgs and GroupMemberOutput values. You can construct a concrete instance of `GroupMemberInput` via:
GroupMemberArgs{...}
type GroupMemberOutput ¶
type GroupMemberOutput struct{ *pulumi.OutputState }
func (GroupMemberOutput) ElementType ¶
func (GroupMemberOutput) ElementType() reflect.Type
func (GroupMemberOutput) Name ¶
func (o GroupMemberOutput) Name() pulumi.StringPtrOutput
Address name.
func (GroupMemberOutput) ToGroupMemberOutput ¶
func (o GroupMemberOutput) ToGroupMemberOutput() GroupMemberOutput
func (GroupMemberOutput) ToGroupMemberOutputWithContext ¶
func (o GroupMemberOutput) ToGroupMemberOutputWithContext(ctx context.Context) GroupMemberOutput
type GroupOutput ¶
type GroupOutput struct{ *pulumi.OutputState }
func (GroupOutput) DynamicSortSubtable ¶
func (o GroupOutput) DynamicSortSubtable() pulumi.StringPtrOutput
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
func (GroupOutput) ElementType ¶
func (GroupOutput) ElementType() reflect.Type
func (GroupOutput) GetAllTables ¶
func (o GroupOutput) GetAllTables() pulumi.StringPtrOutput
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
func (GroupOutput) Members ¶
func (o GroupOutput) Members() GroupMemberArrayOutput
Address group members. The structure of `member` block is documented below.
func (GroupOutput) ToGroupOutput ¶
func (o GroupOutput) ToGroupOutput() GroupOutput
func (GroupOutput) ToGroupOutputWithContext ¶
func (o GroupOutput) ToGroupOutputWithContext(ctx context.Context) GroupOutput
func (GroupOutput) Uuid ¶
func (o GroupOutput) Uuid() pulumi.StringOutput
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
func (GroupOutput) Vdomparam ¶
func (o GroupOutput) Vdomparam() pulumi.StringOutput
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
func (GroupOutput) Visibility ¶
func (o GroupOutput) Visibility() pulumi.StringOutput
Enable/disable address visibility. Valid values: `enable`, `disable`.
type GroupState ¶
type GroupState struct { // GUI icon color. Color pulumi.IntPtrInput // Comment. Comment pulumi.StringPtrInput // Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ]. DynamicSortSubtable pulumi.StringPtrInput // Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables. GetAllTables pulumi.StringPtrInput // Address group members. The structure of `member` block is documented below. Members GroupMemberArrayInput // Address group name. Name pulumi.StringPtrInput // Universally Unique Identifier (UUID; automatically assigned but can be manually reset). Uuid pulumi.StringPtrInput // Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringPtrInput // Enable/disable address visibility. Valid values: `enable`, `disable`. Visibility pulumi.StringPtrInput }
func (GroupState) ElementType ¶
func (GroupState) ElementType() reflect.Type
type LookupCustomArgs ¶
type LookupCustomArgs struct { // Specify the name of the desired firewallwildcardfqdn custom. Name string `pulumi:"name"` // Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam *string `pulumi:"vdomparam"` }
A collection of arguments for invoking getCustom.
type LookupCustomOutputArgs ¶
type LookupCustomOutputArgs struct { // Specify the name of the desired firewallwildcardfqdn custom. Name pulumi.StringInput `pulumi:"name"` // Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringPtrInput `pulumi:"vdomparam"` }
A collection of arguments for invoking getCustom.
func (LookupCustomOutputArgs) ElementType ¶
func (LookupCustomOutputArgs) ElementType() reflect.Type
type LookupCustomResult ¶
type LookupCustomResult struct { // GUI icon color. Color int `pulumi:"color"` // Comment. Comment string `pulumi:"comment"` // The provider-assigned unique ID for this managed resource. Id string `pulumi:"id"` // Address name. Name string `pulumi:"name"` // Universally Unique Identifier (UUID; automatically assigned but can be manually reset). Uuid string `pulumi:"uuid"` Vdomparam *string `pulumi:"vdomparam"` // Enable/disable address visibility. Visibility string `pulumi:"visibility"` // Wildcard FQDN. WildcardFqdn string `pulumi:"wildcardFqdn"` }
A collection of values returned by getCustom.
func LookupCustom ¶
func LookupCustom(ctx *pulumi.Context, args *LookupCustomArgs, opts ...pulumi.InvokeOption) (*LookupCustomResult, error)
Use this data source to get information on an fortios firewallwildcardfqdn custom
type LookupCustomResultOutput ¶
type LookupCustomResultOutput struct{ *pulumi.OutputState }
A collection of values returned by getCustom.
func LookupCustomOutput ¶
func LookupCustomOutput(ctx *pulumi.Context, args LookupCustomOutputArgs, opts ...pulumi.InvokeOption) LookupCustomResultOutput
func (LookupCustomResultOutput) Color ¶
func (o LookupCustomResultOutput) Color() pulumi.IntOutput
GUI icon color.
func (LookupCustomResultOutput) Comment ¶
func (o LookupCustomResultOutput) Comment() pulumi.StringOutput
Comment.
func (LookupCustomResultOutput) ElementType ¶
func (LookupCustomResultOutput) ElementType() reflect.Type
func (LookupCustomResultOutput) Id ¶
func (o LookupCustomResultOutput) Id() pulumi.StringOutput
The provider-assigned unique ID for this managed resource.
func (LookupCustomResultOutput) Name ¶
func (o LookupCustomResultOutput) Name() pulumi.StringOutput
Address name.
func (LookupCustomResultOutput) ToLookupCustomResultOutput ¶
func (o LookupCustomResultOutput) ToLookupCustomResultOutput() LookupCustomResultOutput
func (LookupCustomResultOutput) ToLookupCustomResultOutputWithContext ¶
func (o LookupCustomResultOutput) ToLookupCustomResultOutputWithContext(ctx context.Context) LookupCustomResultOutput
func (LookupCustomResultOutput) Uuid ¶
func (o LookupCustomResultOutput) Uuid() pulumi.StringOutput
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
func (LookupCustomResultOutput) Vdomparam ¶
func (o LookupCustomResultOutput) Vdomparam() pulumi.StringPtrOutput
func (LookupCustomResultOutput) Visibility ¶
func (o LookupCustomResultOutput) Visibility() pulumi.StringOutput
Enable/disable address visibility.
func (LookupCustomResultOutput) WildcardFqdn ¶
func (o LookupCustomResultOutput) WildcardFqdn() pulumi.StringOutput
Wildcard FQDN.
type LookupGroupArgs ¶
type LookupGroupArgs struct { // Specify the name of the desired firewallwildcardfqdn group. Name string `pulumi:"name"` // Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam *string `pulumi:"vdomparam"` }
A collection of arguments for invoking getGroup.
type LookupGroupOutputArgs ¶
type LookupGroupOutputArgs struct { // Specify the name of the desired firewallwildcardfqdn group. Name pulumi.StringInput `pulumi:"name"` // Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter. Vdomparam pulumi.StringPtrInput `pulumi:"vdomparam"` }
A collection of arguments for invoking getGroup.
func (LookupGroupOutputArgs) ElementType ¶
func (LookupGroupOutputArgs) ElementType() reflect.Type
type LookupGroupResult ¶
type LookupGroupResult struct { // GUI icon color. Color int `pulumi:"color"` // Comment. Comment string `pulumi:"comment"` // The provider-assigned unique ID for this managed resource. Id string `pulumi:"id"` // Address group members. The structure of `member` block is documented below. Members []GetGroupMember `pulumi:"members"` // Address name. Name string `pulumi:"name"` // Universally Unique Identifier (UUID; automatically assigned but can be manually reset). Uuid string `pulumi:"uuid"` Vdomparam *string `pulumi:"vdomparam"` // Enable/disable address visibility. Visibility string `pulumi:"visibility"` }
A collection of values returned by getGroup.
func LookupGroup ¶
func LookupGroup(ctx *pulumi.Context, args *LookupGroupArgs, opts ...pulumi.InvokeOption) (*LookupGroupResult, error)
Use this data source to get information on an fortios firewallwildcardfqdn group
type LookupGroupResultOutput ¶
type LookupGroupResultOutput struct{ *pulumi.OutputState }
A collection of values returned by getGroup.
func LookupGroupOutput ¶
func LookupGroupOutput(ctx *pulumi.Context, args LookupGroupOutputArgs, opts ...pulumi.InvokeOption) LookupGroupResultOutput
func (LookupGroupResultOutput) Color ¶
func (o LookupGroupResultOutput) Color() pulumi.IntOutput
GUI icon color.
func (LookupGroupResultOutput) Comment ¶
func (o LookupGroupResultOutput) Comment() pulumi.StringOutput
Comment.
func (LookupGroupResultOutput) ElementType ¶
func (LookupGroupResultOutput) ElementType() reflect.Type
func (LookupGroupResultOutput) Id ¶
func (o LookupGroupResultOutput) Id() pulumi.StringOutput
The provider-assigned unique ID for this managed resource.
func (LookupGroupResultOutput) Members ¶
func (o LookupGroupResultOutput) Members() GetGroupMemberArrayOutput
Address group members. The structure of `member` block is documented below.
func (LookupGroupResultOutput) Name ¶
func (o LookupGroupResultOutput) Name() pulumi.StringOutput
Address name.
func (LookupGroupResultOutput) ToLookupGroupResultOutput ¶
func (o LookupGroupResultOutput) ToLookupGroupResultOutput() LookupGroupResultOutput
func (LookupGroupResultOutput) ToLookupGroupResultOutputWithContext ¶
func (o LookupGroupResultOutput) ToLookupGroupResultOutputWithContext(ctx context.Context) LookupGroupResultOutput
func (LookupGroupResultOutput) Uuid ¶
func (o LookupGroupResultOutput) Uuid() pulumi.StringOutput
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
func (LookupGroupResultOutput) Vdomparam ¶
func (o LookupGroupResultOutput) Vdomparam() pulumi.StringPtrOutput
func (LookupGroupResultOutput) Visibility ¶
func (o LookupGroupResultOutput) Visibility() pulumi.StringOutput
Enable/disable address visibility.