You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@click.command(cli_util.override('compute.compute_capacity_report_group.command_name', 'compute-capacity-report'), cls=CommandGroupWithAlias, help="""The availability domain for which the report was generated.""")
159
+
@cli_util.help_option_group
160
+
def compute_capacity_report_group():
161
+
pass
162
+
163
+
158
164
@click.command(cli_util.override('compute.boot_volume_attachment_group.command_name', 'boot-volume-attachment'), cls=CommandGroupWithAlias, help="""Represents an attachment between a boot volume and an instance.
159
165
160
166
**Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.""")
@compute_capacity_report_group.command(name=cli_util.override('compute.create_compute_capacity_report.command_name', 'create'), help=u"""Generates a new compute capacity availability report for the availability domain. A compute capacity report lets you review capacity availability for the provided shapes. \n[Command Reference](createComputeCapacityReport)""")
1162
+
@cli_util.option('--compartment-id', required=True, help=u"""The [OCID] for the compartment. This should always be the root compartment.""")
1163
+
@cli_util.option('--availability-domain', required=True, help=u"""The availability domain of this compute capacity report.
1164
+
1165
+
Example: `Uocm:PHX-AD-1`""")
1166
+
@cli_util.option('--shape-availabilities', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""The capacity configurations for the capacity report.""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@compute_capacity_reservation_group.command(name=cli_util.override('compute.create_compute_capacity_reservation.command_name', 'create'), help=u"""Creates a new compute capacity reservation in the specified compartment and availability domain. Compute capacity reservations let you reserve instances in a compartment. When you launch an instance using this reservation, you are assured that you have enough space for your instance, and you won't get out of capacity errors. For more information, see [Reserved Capacity]. \n[Command Reference](createComputeCapacityReservation)""")
1155
1191
@cli_util.option('--compartment-id', required=True, help=u"""The [OCID] of the compartment containing the capacity reservation.""")
1156
1192
@cli_util.option('--availability-domain', required=True, help=u"""The availability domain of this compute capacity reservation.
0 commit comments