fortios.system.Dedicatedmgmt
Explore with Pulumi AI
Configure dedicated management.
Create Dedicatedmgmt Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dedicatedmgmt(name: string, args?: DedicatedmgmtArgs, opts?: CustomResourceOptions);
@overload
def Dedicatedmgmt(resource_name: str,
args: Optional[DedicatedmgmtArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Dedicatedmgmt(resource_name: str,
opts: Optional[ResourceOptions] = None,
default_gateway: Optional[str] = None,
dhcp_end_ip: Optional[str] = None,
dhcp_netmask: Optional[str] = None,
dhcp_server: Optional[str] = None,
dhcp_start_ip: Optional[str] = None,
interface: Optional[str] = None,
status: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewDedicatedmgmt(ctx *Context, name string, args *DedicatedmgmtArgs, opts ...ResourceOption) (*Dedicatedmgmt, error)
public Dedicatedmgmt(string name, DedicatedmgmtArgs? args = null, CustomResourceOptions? opts = null)
public Dedicatedmgmt(String name, DedicatedmgmtArgs args)
public Dedicatedmgmt(String name, DedicatedmgmtArgs args, CustomResourceOptions options)
type: fortios:system:Dedicatedmgmt
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 DedicatedmgmtArgs
- 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 DedicatedmgmtArgs
- 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 DedicatedmgmtArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DedicatedmgmtArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DedicatedmgmtArgs
- 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 dedicatedmgmtResource = new Fortios.System.Dedicatedmgmt("dedicatedmgmtResource", new()
{
DefaultGateway = "string",
DhcpEndIp = "string",
DhcpNetmask = "string",
DhcpServer = "string",
DhcpStartIp = "string",
Interface = "string",
Status = "string",
Vdomparam = "string",
});
example, err := system.NewDedicatedmgmt(ctx, "dedicatedmgmtResource", &system.DedicatedmgmtArgs{
DefaultGateway: pulumi.String("string"),
DhcpEndIp: pulumi.String("string"),
DhcpNetmask: pulumi.String("string"),
DhcpServer: pulumi.String("string"),
DhcpStartIp: pulumi.String("string"),
Interface: pulumi.String("string"),
Status: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var dedicatedmgmtResource = new Dedicatedmgmt("dedicatedmgmtResource", DedicatedmgmtArgs.builder()
.defaultGateway("string")
.dhcpEndIp("string")
.dhcpNetmask("string")
.dhcpServer("string")
.dhcpStartIp("string")
.interface_("string")
.status("string")
.vdomparam("string")
.build());
dedicatedmgmt_resource = fortios.system.Dedicatedmgmt("dedicatedmgmtResource",
default_gateway="string",
dhcp_end_ip="string",
dhcp_netmask="string",
dhcp_server="string",
dhcp_start_ip="string",
interface="string",
status="string",
vdomparam="string")
const dedicatedmgmtResource = new fortios.system.Dedicatedmgmt("dedicatedmgmtResource", {
defaultGateway: "string",
dhcpEndIp: "string",
dhcpNetmask: "string",
dhcpServer: "string",
dhcpStartIp: "string",
"interface": "string",
status: "string",
vdomparam: "string",
});
type: fortios:system:Dedicatedmgmt
properties:
defaultGateway: string
dhcpEndIp: string
dhcpNetmask: string
dhcpServer: string
dhcpStartIp: string
interface: string
status: string
vdomparam: string
Dedicatedmgmt Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Dedicatedmgmt resource accepts the following input properties:
- Default
Gateway string - Default gateway for dedicated management interface.
- Dhcp
End stringIp - DHCP end IP for dedicated management.
- Dhcp
Netmask string - DHCP netmask.
- Dhcp
Server string - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - Dhcp
Start stringIp - DHCP start IP for dedicated management.
- Interface string
- Dedicated management interface.
- Status string
- Enable/disable dedicated management. Valid values:
enable
,disable
. - Vdomparam string
- 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.
- Default
Gateway string - Default gateway for dedicated management interface.
- Dhcp
End stringIp - DHCP end IP for dedicated management.
- Dhcp
Netmask string - DHCP netmask.
- Dhcp
Server string - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - Dhcp
Start stringIp - DHCP start IP for dedicated management.
- Interface string
- Dedicated management interface.
- Status string
- Enable/disable dedicated management. Valid values:
enable
,disable
. - Vdomparam string
- 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.
- default
Gateway String - Default gateway for dedicated management interface.
- dhcp
End StringIp - DHCP end IP for dedicated management.
- dhcp
Netmask String - DHCP netmask.
- dhcp
Server String - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - dhcp
Start StringIp - DHCP start IP for dedicated management.
- interface_ String
- Dedicated management interface.
- status String
- Enable/disable dedicated management. Valid values:
enable
,disable
. - vdomparam String
- 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.
- default
Gateway string - Default gateway for dedicated management interface.
- dhcp
End stringIp - DHCP end IP for dedicated management.
- dhcp
Netmask string - DHCP netmask.
- dhcp
Server string - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - dhcp
Start stringIp - DHCP start IP for dedicated management.
- interface string
- Dedicated management interface.
- status string
- Enable/disable dedicated management. Valid values:
enable
,disable
. - vdomparam string
- 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.
- default_
gateway str - Default gateway for dedicated management interface.
- dhcp_
end_ strip - DHCP end IP for dedicated management.
- dhcp_
netmask str - DHCP netmask.
- dhcp_
server str - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - dhcp_
start_ strip - DHCP start IP for dedicated management.
- interface str
- Dedicated management interface.
- status str
- Enable/disable dedicated management. Valid values:
enable
,disable
. - vdomparam str
- 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.
- default
Gateway String - Default gateway for dedicated management interface.
- dhcp
End StringIp - DHCP end IP for dedicated management.
- dhcp
Netmask String - DHCP netmask.
- dhcp
Server String - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - dhcp
Start StringIp - DHCP start IP for dedicated management.
- interface String
- Dedicated management interface.
- status String
- Enable/disable dedicated management. Valid values:
enable
,disable
. - vdomparam String
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dedicatedmgmt 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 Dedicatedmgmt Resource
Get an existing Dedicatedmgmt 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?: DedicatedmgmtState, opts?: CustomResourceOptions): Dedicatedmgmt
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
default_gateway: Optional[str] = None,
dhcp_end_ip: Optional[str] = None,
dhcp_netmask: Optional[str] = None,
dhcp_server: Optional[str] = None,
dhcp_start_ip: Optional[str] = None,
interface: Optional[str] = None,
status: Optional[str] = None,
vdomparam: Optional[str] = None) -> Dedicatedmgmt
func GetDedicatedmgmt(ctx *Context, name string, id IDInput, state *DedicatedmgmtState, opts ...ResourceOption) (*Dedicatedmgmt, error)
public static Dedicatedmgmt Get(string name, Input<string> id, DedicatedmgmtState? state, CustomResourceOptions? opts = null)
public static Dedicatedmgmt get(String name, Output<String> id, DedicatedmgmtState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Default
Gateway string - Default gateway for dedicated management interface.
- Dhcp
End stringIp - DHCP end IP for dedicated management.
- Dhcp
Netmask string - DHCP netmask.
- Dhcp
Server string - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - Dhcp
Start stringIp - DHCP start IP for dedicated management.
- Interface string
- Dedicated management interface.
- Status string
- Enable/disable dedicated management. Valid values:
enable
,disable
. - Vdomparam string
- 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.
- Default
Gateway string - Default gateway for dedicated management interface.
- Dhcp
End stringIp - DHCP end IP for dedicated management.
- Dhcp
Netmask string - DHCP netmask.
- Dhcp
Server string - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - Dhcp
Start stringIp - DHCP start IP for dedicated management.
- Interface string
- Dedicated management interface.
- Status string
- Enable/disable dedicated management. Valid values:
enable
,disable
. - Vdomparam string
- 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.
- default
Gateway String - Default gateway for dedicated management interface.
- dhcp
End StringIp - DHCP end IP for dedicated management.
- dhcp
Netmask String - DHCP netmask.
- dhcp
Server String - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - dhcp
Start StringIp - DHCP start IP for dedicated management.
- interface_ String
- Dedicated management interface.
- status String
- Enable/disable dedicated management. Valid values:
enable
,disable
. - vdomparam String
- 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.
- default
Gateway string - Default gateway for dedicated management interface.
- dhcp
End stringIp - DHCP end IP for dedicated management.
- dhcp
Netmask string - DHCP netmask.
- dhcp
Server string - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - dhcp
Start stringIp - DHCP start IP for dedicated management.
- interface string
- Dedicated management interface.
- status string
- Enable/disable dedicated management. Valid values:
enable
,disable
. - vdomparam string
- 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.
- default_
gateway str - Default gateway for dedicated management interface.
- dhcp_
end_ strip - DHCP end IP for dedicated management.
- dhcp_
netmask str - DHCP netmask.
- dhcp_
server str - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - dhcp_
start_ strip - DHCP start IP for dedicated management.
- interface str
- Dedicated management interface.
- status str
- Enable/disable dedicated management. Valid values:
enable
,disable
. - vdomparam str
- 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.
- default
Gateway String - Default gateway for dedicated management interface.
- dhcp
End StringIp - DHCP end IP for dedicated management.
- dhcp
Netmask String - DHCP netmask.
- dhcp
Server String - Enable/disable DHCP server on management interface. Valid values:
enable
,disable
. - dhcp
Start StringIp - DHCP start IP for dedicated management.
- interface String
- Dedicated management interface.
- status String
- Enable/disable dedicated management. Valid values:
enable
,disable
. - vdomparam String
- 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.
Import
System DedicatedMgmt can be imported using any of these accepted formats:
$ pulumi import fortios:system/dedicatedmgmt:Dedicatedmgmt labelname SystemDedicatedMgmt
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:system/dedicatedmgmt:Dedicatedmgmt labelname SystemDedicatedMgmt
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.