PrivateCloudArgs

constructor(deletionDelayHours: Output<Int>? = null, description: Output<String>? = null, location: Output<String>? = null, managementCluster: Output<PrivateCloudManagementClusterArgs>? = null, name: Output<String>? = null, networkConfig: Output<PrivateCloudNetworkConfigArgs>? = null, project: Output<String>? = null, sendDeletionDelayHoursIfZero: Output<Boolean>? = null, type: Output<String>? = null)