Show / Hide Table of Contents

Class CustomAttributeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CustomAttributeArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class CustomAttributeArgs : ResourceArgs

Constructors

View Source

CustomAttributeArgs()

Declaration
public CustomAttributeArgs()

Properties

View Source

ManagedObjectType

The object type that this attribute may be applied to. If not set, the custom attribute may be applied to any object type. For a full list, click here. Forces a new resource if changed.

Declaration
public Input<string> ManagedObjectType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the custom attribute.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.