1. Packages
  2. Packages
  3. Netskope Publisher
  4. API Docs
  5. ProxmoxvePublisher
Viewing docs for Netskope Publisher v0.3.4
published on Thursday, May 21, 2026 by johnneerdael
netskope-publisher logo
Viewing docs for Netskope Publisher v0.3.4
published on Thursday, May 21, 2026 by johnneerdael

    Create ProxmoxvePublisher Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ProxmoxvePublisher(name: string, args: ProxmoxvePublisherArgs, opts?: ComponentResourceOptions);
    @overload
    def ProxmoxvePublisher(resource_name: str,
                           args: ProxmoxvePublisherArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ProxmoxvePublisher(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           datastore_id: Optional[str] = None,
                           template_vm_id: Optional[int] = None,
                           node_name: Optional[str] = None,
                           memory: Optional[int] = None,
                           bootstrap_url: Optional[str] = None,
                           clone_node_name: Optional[str] = None,
                           cpu_cores: Optional[int] = None,
                           bootstrap: Optional[bool] = None,
                           delete_default_user: Optional[bool] = None,
                           disk_size: Optional[int] = None,
                           full_clone: Optional[bool] = None,
                           gateway: Optional[str] = None,
                           guest_network_interface: Optional[_provider.GuestNetworkInterfaceArgs] = None,
                           install_user: Optional[str] = None,
                           install_user_password: Optional[str] = None,
                           install_user_password_is_hash: Optional[bool] = None,
                           install_user_ssh_authorized_keys: Optional[Sequence[str]] = None,
                           ip_address: Optional[str] = None,
                           api_token: Optional[str] = None,
                           names: Optional[Sequence[str]] = None,
                           name_prefix: Optional[str] = None,
                           replicas: Optional[int] = None,
                           network_bridge: Optional[str] = None,
                           network_model: Optional[str] = None,
                           bearer_token: Optional[str] = None,
                           nonat: Optional[bool] = None,
                           oauth2: Optional[_provider.NetskopeOAuth2ArgsArgs] = None,
                           on_boot: Optional[bool] = None,
                           placement_labels: Optional[Sequence[str]] = None,
                           pool_id: Optional[str] = None,
                           registrations: Optional[Mapping[str, _provider.PublisherRegistrationInputArgs]] = None,
                           nameservers: Optional[Sequence[str]] = None,
                           started: Optional[bool] = None,
                           tags: Optional[Mapping[str, str]] = None,
                           auth_mode: Optional[str] = None,
                           tenant_url: Optional[str] = None,
                           vlan_id: Optional[int] = None,
                           vm_id: Optional[int] = None,
                           wizard_path: Optional[str] = None)
    func NewProxmoxvePublisher(ctx *Context, name string, args ProxmoxvePublisherArgs, opts ...ResourceOption) (*ProxmoxvePublisher, error)
    public ProxmoxvePublisher(string name, ProxmoxvePublisherArgs args, ComponentResourceOptions? opts = null)
    public ProxmoxvePublisher(String name, ProxmoxvePublisherArgs args)
    public ProxmoxvePublisher(String name, ProxmoxvePublisherArgs args, ComponentResourceOptions options)
    
    type: netskope-publisher:ProxmoxvePublisher
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "netskope-publisher_proxmoxvepublisher" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ProxmoxvePublisherArgs
    The arguments to resource properties.
    opts ComponentResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProxmoxvePublisherArgs
    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 ProxmoxvePublisherArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProxmoxvePublisherArgs
    The arguments to resource properties.
    opts ComponentResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProxmoxvePublisherArgs
    The arguments to resource properties.
    options ComponentResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var proxmoxvePublisherResource = new NetskopePublisher.ProxmoxvePublisher("proxmoxvePublisherResource", new()
    {
        DatastoreId = "string",
        TemplateVmId = 0,
        NodeName = "string",
        Memory = 0,
        BootstrapUrl = "string",
        CloneNodeName = "string",
        CpuCores = 0,
        Bootstrap = false,
        DeleteDefaultUser = false,
        DiskSize = 0,
        FullClone = false,
        Gateway = "string",
        GuestNetworkInterface = new NetskopePublisher.Provider.Inputs.GuestNetworkInterfaceArgs
        {
            Name = "string",
            Addresses = new[]
            {
                "string",
            },
            Dhcp4 = false,
            Gateway4 = "string",
            Mtu = 0,
            Nameservers = new[]
            {
                "string",
            },
        },
        InstallUser = "string",
        InstallUserPassword = "string",
        InstallUserPasswordIsHash = false,
        InstallUserSshAuthorizedKeys = new[]
        {
            "string",
        },
        IpAddress = "string",
        ApiToken = "string",
        Names = new[]
        {
            "string",
        },
        NamePrefix = "string",
        Replicas = 0,
        NetworkBridge = "string",
        NetworkModel = "string",
        BearerToken = "string",
        Nonat = false,
        Oauth2 = new NetskopePublisher.Provider.Inputs.NetskopeOAuth2ArgsArgs
        {
            ClientId = "string",
            ClientSecret = "string",
            TokenUrl = "string",
            Scope = "string",
        },
        OnBoot = false,
        PlacementLabels = new[]
        {
            "string",
        },
        PoolId = "string",
        Registrations = 
        {
            { "string", new NetskopePublisher.Provider.Inputs.PublisherRegistrationInputArgs
            {
                PublisherId = 0,
                RegistrationToken = "string",
                ExistedBefore = false,
            } },
        },
        Nameservers = new[]
        {
            "string",
        },
        Started = false,
        Tags = 
        {
            { "string", "string" },
        },
        AuthMode = "string",
        TenantUrl = "string",
        VlanId = 0,
        VmId = 0,
        WizardPath = "string",
    });
    
    example, err := netskopepublisher.NewProxmoxvePublisher(ctx, "proxmoxvePublisherResource", &netskopepublisher.ProxmoxvePublisherArgs{
    	DatastoreId:       "string",
    	TemplateVmId:      0,
    	NodeName:          "string",
    	Memory:            0,
    	BootstrapUrl:      "string",
    	CloneNodeName:     "string",
    	CpuCores:          0,
    	Bootstrap:         false,
    	DeleteDefaultUser: false,
    	DiskSize:          0,
    	FullClone:         false,
    	Gateway:           "string",
    	GuestNetworkInterface: &provider.GuestNetworkInterfaceArgs{
    		Name: pulumi.String("string"),
    		Addresses: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Dhcp4:    pulumi.Bool(false),
    		Gateway4: pulumi.String("string"),
    		Mtu:      pulumi.Int(0),
    		Nameservers: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    	},
    	InstallUser:               "string",
    	InstallUserPassword:       "string",
    	InstallUserPasswordIsHash: false,
    	InstallUserSshAuthorizedKeys: pulumi.StringArray{
    		"string",
    	},
    	IpAddress: "string",
    	ApiToken:  "string",
    	Names: pulumi.StringArray{
    		"string",
    	},
    	NamePrefix:    "string",
    	Replicas:      0,
    	NetworkBridge: "string",
    	NetworkModel:  "string",
    	BearerToken:   "string",
    	Nonat:         false,
    	Oauth2: &provider.NetskopeOAuth2ArgsArgs{
    		ClientId:     pulumi.String("string"),
    		ClientSecret: pulumi.String("string"),
    		TokenUrl:     pulumi.String("string"),
    		Scope:        pulumi.String("string"),
    	},
    	OnBoot: false,
    	PlacementLabels: pulumi.StringArray{
    		"string",
    	},
    	PoolId: "string",
    	Registrations: provider.PublisherRegistrationInputMap{
    		"string": &provider.PublisherRegistrationInputArgs{
    			PublisherId:       pulumi.Int(0),
    			RegistrationToken: pulumi.String("string"),
    			ExistedBefore:     pulumi.Bool(false),
    		},
    	},
    	Nameservers: pulumi.StringArray{
    		"string",
    	},
    	Started: false,
    	Tags: pulumi.StringMap{
    		"string": "string",
    	},
    	AuthMode:   "string",
    	TenantUrl:  "string",
    	VlanId:     0,
    	VmId:       0,
    	WizardPath: "string",
    })
    
    resource "netskope-publisher_proxmoxvepublisher" "proxmoxvePublisherResource" {
      datastore_id        = "string"
      template_vm_id      = 0
      node_name           = "string"
      memory              = 0
      bootstrap_url       = "string"
      clone_node_name     = "string"
      cpu_cores           = 0
      bootstrap           = false
      delete_default_user = false
      disk_size           = 0
      full_clone          = false
      gateway             = "string"
      guest_network_interface = {
        name        = "string"
        addresses   = ["string"]
        dhcp4       = false
        gateway4    = "string"
        mtu         = 0
        nameservers = ["string"]
      }
      install_user                     = "string"
      install_user_password            = "string"
      install_user_password_is_hash    = false
      install_user_ssh_authorized_keys = ["string"]
      ip_address                       = "string"
      api_token                        = "string"
      names                            = ["string"]
      name_prefix                      = "string"
      replicas                         = 0
      network_bridge                   = "string"
      network_model                    = "string"
      bearer_token                     = "string"
      nonat                            = false
      oauth2 = {
        client_id     = "string"
        client_secret = "string"
        token_url     = "string"
        scope         = "string"
      }
      on_boot          = false
      placement_labels = ["string"]
      pool_id          = "string"
      registrations = {
        "string" = {
          publisher_id       = 0
          registration_token = "string"
          existed_before     = false
        }
      }
      nameservers = ["string"]
      started     = false
      tags = {
        "string" = "string"
      }
      auth_mode   = "string"
      tenant_url  = "string"
      vlan_id     = 0
      vm_id       = 0
      wizard_path = "string"
    }
    
    var proxmoxvePublisherResource = new ProxmoxvePublisher("proxmoxvePublisherResource", ProxmoxvePublisherArgs.builder()
        .datastoreId("string")
        .templateVmId(0)
        .nodeName("string")
        .memory(0)
        .bootstrapUrl("string")
        .cloneNodeName("string")
        .cpuCores(0)
        .bootstrap(false)
        .deleteDefaultUser(false)
        .diskSize(0)
        .fullClone(false)
        .gateway("string")
        .guestNetworkInterface(GuestNetworkInterfaceArgs.builder()
            .name("string")
            .addresses("string")
            .dhcp4(false)
            .gateway4("string")
            .mtu(0)
            .nameservers("string")
            .build())
        .installUser("string")
        .installUserPassword("string")
        .installUserPasswordIsHash(false)
        .installUserSshAuthorizedKeys("string")
        .ipAddress("string")
        .apiToken("string")
        .names("string")
        .namePrefix("string")
        .replicas(0)
        .networkBridge("string")
        .networkModel("string")
        .bearerToken("string")
        .nonat(false)
        .oauth2(NetskopeOAuth2Args.builder()
            .clientId("string")
            .clientSecret("string")
            .tokenUrl("string")
            .scope("string")
            .build())
        .onBoot(false)
        .placementLabels("string")
        .poolId("string")
        .registrations(Map.of("string", PublisherRegistrationInputArgs.builder()
            .publisherId(0)
            .registrationToken("string")
            .existedBefore(false)
            .build()))
        .nameservers("string")
        .started(false)
        .tags(Map.of("string", "string"))
        .authMode("string")
        .tenantUrl("string")
        .vlanId(0)
        .vmId(0)
        .wizardPath("string")
        .build());
    
    proxmoxve_publisher_resource = netskope_publisher.ProxmoxvePublisher("proxmoxvePublisherResource",
        datastore_id="string",
        template_vm_id=0,
        node_name="string",
        memory=0,
        bootstrap_url="string",
        clone_node_name="string",
        cpu_cores=0,
        bootstrap=False,
        delete_default_user=False,
        disk_size=0,
        full_clone=False,
        gateway="string",
        guest_network_interface={
            "name": "string",
            "addresses": ["string"],
            "dhcp4": False,
            "gateway4": "string",
            "mtu": 0,
            "nameservers": ["string"],
        },
        install_user="string",
        install_user_password="string",
        install_user_password_is_hash=False,
        install_user_ssh_authorized_keys=["string"],
        ip_address="string",
        api_token="string",
        names=["string"],
        name_prefix="string",
        replicas=0,
        network_bridge="string",
        network_model="string",
        bearer_token="string",
        nonat=False,
        oauth2={
            "client_id": "string",
            "client_secret": "string",
            "token_url": "string",
            "scope": "string",
        },
        on_boot=False,
        placement_labels=["string"],
        pool_id="string",
        registrations={
            "string": {
                "publisher_id": 0,
                "registration_token": "string",
                "existed_before": False,
            },
        },
        nameservers=["string"],
        started=False,
        tags={
            "string": "string",
        },
        auth_mode="string",
        tenant_url="string",
        vlan_id=0,
        vm_id=0,
        wizard_path="string")
    
    const proxmoxvePublisherResource = new netskope_publisher.ProxmoxvePublisher("proxmoxvePublisherResource", {
        datastoreId: "string",
        templateVmId: 0,
        nodeName: "string",
        memory: 0,
        bootstrapUrl: "string",
        cloneNodeName: "string",
        cpuCores: 0,
        bootstrap: false,
        deleteDefaultUser: false,
        diskSize: 0,
        fullClone: false,
        gateway: "string",
        guestNetworkInterface: {
            name: "string",
            addresses: ["string"],
            dhcp4: false,
            gateway4: "string",
            mtu: 0,
            nameservers: ["string"],
        },
        installUser: "string",
        installUserPassword: "string",
        installUserPasswordIsHash: false,
        installUserSshAuthorizedKeys: ["string"],
        ipAddress: "string",
        apiToken: "string",
        names: ["string"],
        namePrefix: "string",
        replicas: 0,
        networkBridge: "string",
        networkModel: "string",
        bearerToken: "string",
        nonat: false,
        oauth2: {
            clientId: "string",
            clientSecret: "string",
            tokenUrl: "string",
            scope: "string",
        },
        onBoot: false,
        placementLabels: ["string"],
        poolId: "string",
        registrations: {
            string: {
                publisherId: 0,
                registrationToken: "string",
                existedBefore: false,
            },
        },
        nameservers: ["string"],
        started: false,
        tags: {
            string: "string",
        },
        authMode: "string",
        tenantUrl: "string",
        vlanId: 0,
        vmId: 0,
        wizardPath: "string",
    });
    
    type: netskope-publisher:ProxmoxvePublisher
    properties:
        apiToken: string
        authMode: string
        bearerToken: string
        bootstrap: false
        bootstrapUrl: string
        cloneNodeName: string
        cpuCores: 0
        datastoreId: string
        deleteDefaultUser: false
        diskSize: 0
        fullClone: false
        gateway: string
        guestNetworkInterface:
            addresses:
                - string
            dhcp4: false
            gateway4: string
            mtu: 0
            name: string
            nameservers:
                - string
        installUser: string
        installUserPassword: string
        installUserPasswordIsHash: false
        installUserSshAuthorizedKeys:
            - string
        ipAddress: string
        memory: 0
        namePrefix: string
        names:
            - string
        nameservers:
            - string
        networkBridge: string
        networkModel: string
        nodeName: string
        nonat: false
        oauth2:
            clientId: string
            clientSecret: string
            scope: string
            tokenUrl: string
        onBoot: false
        placementLabels:
            - string
        poolId: string
        registrations:
            string:
                existedBefore: false
                publisherId: 0
                registrationToken: string
        replicas: 0
        started: false
        tags:
            string: string
        templateVmId: 0
        tenantUrl: string
        vlanId: 0
        vmId: 0
        wizardPath: string
    

    ProxmoxvePublisher 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 ProxmoxvePublisher resource accepts the following input properties:

    DatastoreId string
    NodeName string
    TemplateVmId int
    ApiToken string
    AuthMode string
    BearerToken string
    Bootstrap bool
    BootstrapUrl string
    CloneNodeName string
    CpuCores int
    DeleteDefaultUser bool
    DiskSize int
    FullClone bool
    Gateway string
    GuestNetworkInterface Pulumi.NetskopePublisher.Provider.Inputs.GuestNetworkInterface
    InstallUser string
    InstallUserPassword string
    InstallUserPasswordIsHash bool
    InstallUserSshAuthorizedKeys List<string>
    IpAddress string
    Memory int
    NamePrefix string
    Names List<string>
    Nameservers List<string>
    NetworkBridge string
    NetworkModel string
    Nonat bool
    Oauth2 Pulumi.NetskopePublisher.Provider.Inputs.NetskopeOAuth2Args
    OnBoot bool
    PlacementLabels List<string>
    PoolId string
    Registrations Dictionary<string, Pulumi.NetskopePublisher.Provider.Inputs.PublisherRegistrationInputArgs>
    Replicas int
    Started bool
    Tags Dictionary<string, string>
    TenantUrl string
    VlanId int
    VmId int
    WizardPath string
    datastoreId String
    nodeName String
    templateVmId Integer
    apiToken String
    authMode String
    bearerToken String
    bootstrap Boolean
    bootstrapUrl String
    cloneNodeName String
    cpuCores Integer
    deleteDefaultUser Boolean
    diskSize Integer
    fullClone Boolean
    gateway String
    guestNetworkInterface GuestNetworkInterface
    installUser String
    installUserPassword String
    installUserPasswordIsHash Boolean
    installUserSshAuthorizedKeys List<String>
    ipAddress String
    memory Integer
    namePrefix String
    names List<String>
    nameservers List<String>
    networkBridge String
    networkModel String
    nonat Boolean
    oauth2 NetskopeOAuth2Args
    onBoot Boolean
    placementLabels List<String>
    poolId String
    registrations Map<String,PublisherRegistrationInputArgs>
    replicas Integer
    started Boolean
    tags Map<String,String>
    tenantUrl String
    vlanId Integer
    vmId Integer
    wizardPath String
    datastoreId string
    nodeName string
    templateVmId number
    apiToken string
    authMode string
    bearerToken string
    bootstrap boolean
    bootstrapUrl string
    cloneNodeName string
    cpuCores number
    deleteDefaultUser boolean
    diskSize number
    fullClone boolean
    gateway string
    guestNetworkInterface providerGuestNetworkInterface
    installUser string
    installUserPassword string
    installUserPasswordIsHash boolean
    installUserSshAuthorizedKeys string[]
    ipAddress string
    memory number
    namePrefix string
    names string[]
    nameservers string[]
    networkBridge string
    networkModel string
    nonat boolean
    oauth2 providerNetskopeOAuth2Args
    onBoot boolean
    placementLabels string[]
    poolId string
    registrations {[key: string]: providerPublisherRegistrationInputArgs}
    replicas number
    started boolean
    tags {[key: string]: string}
    tenantUrl string
    vlanId number
    vmId number
    wizardPath string
    datastoreId String
    nodeName String
    templateVmId Number
    apiToken String
    authMode String
    bearerToken String
    bootstrap Boolean
    bootstrapUrl String
    cloneNodeName String
    cpuCores Number
    deleteDefaultUser Boolean
    diskSize Number
    fullClone Boolean
    gateway String
    guestNetworkInterface Property Map
    installUser String
    installUserPassword String
    installUserPasswordIsHash Boolean
    installUserSshAuthorizedKeys List<String>
    ipAddress String
    memory Number
    namePrefix String
    names List<String>
    nameservers List<String>
    networkBridge String
    networkModel String
    nonat Boolean
    oauth2 Property Map
    onBoot Boolean
    placementLabels List<String>
    poolId String
    registrations Map<Property Map>
    replicas Number
    started Boolean
    tags Map<String>
    tenantUrl String
    vlanId Number
    vmId Number
    wizardPath String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ProxmoxvePublisher resource produces the following output properties:

    PublisherNames List<string>
    Publishers Dictionary<string, object>
    PublisherNames []string
    Publishers map[string]interface{}
    publisher_names list(string)
    publishers map(any)
    publisherNames List<String>
    publishers Map<String,Object>
    publisherNames string[]
    publishers {[key: string]: any}
    publisher_names Sequence[str]
    publishers Mapping[str, Any]
    publisherNames List<String>
    publishers Map<Any>

    Supporting Types

    GuestNetworkInterface, GuestNetworkInterfaceArgs

    Name string
    Addresses List<string>
    Dhcp4 bool
    Gateway4 string
    Mtu int
    Nameservers List<string>
    Name string
    Addresses []string
    Dhcp4 bool
    Gateway4 string
    Mtu int
    Nameservers []string
    name string
    addresses list(string)
    dhcp4 bool
    gateway4 string
    mtu number
    nameservers list(string)
    name String
    addresses List<String>
    dhcp4 Boolean
    gateway4 String
    mtu Integer
    nameservers List<String>
    name string
    addresses string[]
    dhcp4 boolean
    gateway4 string
    mtu number
    nameservers string[]
    name str
    addresses Sequence[str]
    dhcp4 bool
    gateway4 str
    mtu int
    nameservers Sequence[str]
    name String
    addresses List<String>
    dhcp4 Boolean
    gateway4 String
    mtu Number
    nameservers List<String>

    NetskopeOAuth2Args, NetskopeOAuth2ArgsArgs

    ClientId string
    ClientSecret string
    TokenUrl string
    Scope string
    ClientId string
    ClientSecret string
    TokenUrl string
    Scope string
    client_id string
    client_secret string
    token_url string
    scope string
    clientId String
    clientSecret String
    tokenUrl String
    scope String
    clientId string
    clientSecret string
    tokenUrl string
    scope string
    clientId String
    clientSecret String
    tokenUrl String
    scope String

    PublisherRegistrationInput, PublisherRegistrationInputArgs

    Package Details

    Repository
    netskope-publisher johnneerdael/pulumi-netskope-publisher
    License
    Apache-2.0
    netskope-publisher logo
    Viewing docs for Netskope Publisher v0.3.4
    published on Thursday, May 21, 2026 by johnneerdael

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial