TransportNodeCollectionRequestParameters (schema)

Parameters that dictate how operations are processed

Name Description Type Notes
apply_profile Indicates if the Transport Node Profile (TNP) configuration should be applied during creation

This flag should be used when the configuration specified by the
transport_node_profile_id should not be applied to existing hosts
referred to by the compute_collection_id during transport node collection
creation. If this flag is set to false, the TNP configuration will not be
applied to any of the hosts in the cluster during creation. Any transport
node that exists in the cluster that has a different configuration than the
TNP configuration will have the is_overridden flag set to true. This will
result in the transport node collection creation completing with a status
of PROFILE_MISMATCH.

If this flag is set to true, the default value, the TNP configuration will
be applied to all hosts in the cluster during transport node collection
creation.
boolean Default: "True"