Nutanix storage containers allow administrators to configure capacity reservations and advertised limits for better resource management. * Option D (Set Reserved Capacity to 10 GiB and Advertised Capacity to 500 GiB) is correct: * Reserved Capacityensures that10 GiB is always available for this container and not consumed by other containers. * Advertised Capacitydefines alogical limit of 500 GiBto prevent over-allocation. * Option A is incorrect: * Advertised Capacity of 10 GiB is too lowand does not match the requirement of a500 GiB storage container. * Option B is incorrect: * Only setting Advertised Capacity does not guarantee Reserved Capacity, meaning other containers could consume the reserved space. * Option C is incorrect: * Setting only Reserved Capacity does not enforce an upper limit, which could lead to overprovisioning. References: * Nutanix Storage Management Guide#Understanding Storage Container Settings * Nutanix KB#Advertised vs. Reserved Capacity in Storage Containers