Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support add host under host folder #186

Open
qiangtang opened this issue Dec 25, 2021 · 0 comments
Open

Support add host under host folder #186

qiangtang opened this issue Dec 25, 2021 · 0 comments
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features

Comments

@qiangtang
Copy link

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

There is no way to add host under a host type folder right now. Only datacenter and cluster are supported.

class Host(pulumi.CustomResource):
@overload
def init(self,
resource_name: str,
opts: Optional[pulumi.ResourceOptions] = None,
cluster: Optional[pulumi.Input[str]] = None,
cluster_managed: Optional[pulumi.Input[bool]] = None,
connected: Optional[pulumi.Input[bool]] = None,
datacenter: Optional[pulumi.Input[str]] = None,
force: Optional[pulumi.Input[bool]] = None,
hostname: Optional[pulumi.Input[str]] = None,
license: Optional[pulumi.Input[str]] = None,
lockdown: Optional[pulumi.Input[str]] = None,
maintenance: Optional[pulumi.Input[bool]] = None,
password: Optional[pulumi.Input[str]] = None,
thumbprint: Optional[pulumi.Input[str]] = None,
username: Optional[pulumi.Input[str]] = None,
props=None):

Affected area/feature

Pulumi vSphere

@qiangtang qiangtang added the kind/enhancement Improvements or new features label Dec 25, 2021
@stack72 stack72 added the awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). label Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants