Class PropertyValue
java.lang.Object
com.pulumi.provider.internal.properties.PropertyValue
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()<T> TinthashCode()booleanbooleanisNull()com.google.protobuf.Valuemarshal()static com.google.protobuf.StructmarshalProperties(Map<String, PropertyValue> properties) static PropertyValueof(boolean value) static PropertyValueof(double value) static PropertyValuestatic PropertyValuestatic PropertyValueof(PropertyValue.OutputReference value) static PropertyValuestatic PropertyValuestatic PropertyValueof(List<PropertyValue> value) static PropertyValueof(Map<String, PropertyValue> value) static PropertyValueofSecret(PropertyValue value) toString()static PropertyValueunmarshal(com.google.protobuf.Value value) static Map<String,PropertyValue> unmarshalProperties(com.google.protobuf.Struct properties)
-
Field Details
-
NULL
-
COMPUTED
-
-
Method Details
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
ofSecret
-
of
-
of
-
getValue
-
getStringValue
-
getBooleanValue
-
getNumberValue
-
getArrayValue
-
getObjectValue
-
getAssetValue
-
getArchiveValue
-
getSecretValue
-
getResourceValue
-
getOutputValue
-
getType
-
isNull
public boolean isNull() -
isComputed
public boolean isComputed() -
equals
-
hashCode
public int hashCode() -
unmarshal
-
marshal
public com.google.protobuf.Value marshal() -
toString
-
unmarshalProperties
-
marshalProperties
-