Class VmClusterNetworkSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • exadataInfrastructureId

        public VmClusterNetworkSummary.Builder exadataInfrastructureId​(String exadataInfrastructureId)
        The OCID of the Exadata infrastructure.
        Parameters:
        exadataInfrastructureId - the value to set
        Returns:
        this builder
      • displayName

        public VmClusterNetworkSummary.Builder displayName​(String displayName)
        The user-friendly name for the VM cluster network.

        The name does not need to be unique.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • lifecycleState

        public VmClusterNetworkSummary.Builder lifecycleState​(VmClusterNetworkSummary.LifecycleState lifecycleState)
        The current state of the VM cluster network.

        CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors. NEEDS_ATTENTION - The resource is in needs attention state as some of it’s child nodes are not validated and unusable by VM cluster.

        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder
      • timeCreated

        public VmClusterNetworkSummary.Builder timeCreated​(Date timeCreated)
        The date and time when the VM cluster network was created.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public VmClusterNetworkSummary.Builder lifecycleDetails​(String lifecycleDetails)
        Additional information about the current lifecycle state.
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • freeformTags

        public VmClusterNetworkSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

        Example: {"Department": "Finance"}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder