Uses of Class
com.vmware.nsx_policy.model.RenderConfiguration
-
Packages that use RenderConfiguration Package Description com.vmware.nsx_policy.model -
-
Uses of RenderConfiguration in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RenderConfiguration Modifier and Type Method Description static RenderConfigurationRenderConfiguration. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static RenderConfigurationRenderConfiguration. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RenderConfigurationRenderConfiguration.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type RenderConfiguration Modifier and Type Method Description java.util.List<RenderConfiguration>ColumnItem. getRenderConfiguration()Render configuration to be applied, if any.java.util.List<RenderConfiguration>DonutPart. getRenderConfiguration()Additional rendering or conditional evaluation of the field values to be performed, if any.java.util.List<RenderConfiguration>GraphDefinition. getRenderConfiguration()Additional rendering or conditional evaluation of the field values to be performed, if any.java.util.List<RenderConfiguration>PropertyItem. getRenderConfiguration()Render configuration to be applied, if any.Method parameters in com.vmware.nsx_policy.model with type arguments of type RenderConfiguration Modifier and Type Method Description ColumnItem.BuilderColumnItem.Builder. setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)Render configuration to be applied, if any.voidColumnItem. setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)Render configuration to be applied, if any.DonutPart.BuilderDonutPart.Builder. setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)Additional rendering or conditional evaluation of the field values to be performed, if any.voidDonutPart. setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)Additional rendering or conditional evaluation of the field values to be performed, if any.GraphDefinition.BuilderGraphDefinition.Builder. setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)Additional rendering or conditional evaluation of the field values to be performed, if any.voidGraphDefinition. setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)Additional rendering or conditional evaluation of the field values to be performed, if any.PropertyItem.BuilderPropertyItem.Builder. setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)Render configuration to be applied, if any.voidPropertyItem. setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)Render configuration to be applied, if any.
-