Class ShaMonitorEffectiveConfig.Builder

    • Method Detail

      • setEffectiveConfigs

        public ShaMonitorEffectiveConfig.Builder setEffectiveConfigs​(com.vmware.vapi.bindings.Structure effectiveConfigs)
        Parameters:
        effectiveConfigs - New value for the property. When clients pass a value of this class as a parameter, the property must contain all the properties defined in ShaMonitorConfig. When methods return a value of this class as a return value, the property will contain all the properties defined in ShaMonitorConfig.
      • setEffectiveProfilePath

        public ShaMonitorEffectiveConfig.Builder setEffectiveProfilePath​(java.lang.String effectiveProfilePath)
        Effective SHA monitor profile path
        Parameters:
        effectiveProfilePath - New value for the property.
      • setEffectiveProfileRevision

        public ShaMonitorEffectiveConfig.Builder setEffectiveProfileRevision​(java.lang.Long effectiveProfileRevision)
        Effective SHA monitor profile revision format: int32
        Parameters:
        effectiveProfileRevision - New value for the property.
      • setEffectiveSubMonitorConfigs

        public ShaMonitorEffectiveConfig.Builder setEffectiveSubMonitorConfigs​(java.util.List<com.vmware.vapi.bindings.Structure> effectiveSubMonitorConfigs)
        SHA sub-monitor effective configuration
        Parameters:
        effectiveSubMonitorConfigs - New value for the property. When clients pass a value of this class as a parameter, the property must contain all the properties defined in ShaSubMonitorConfig. When methods return a value of this class as a return value, the property will contain all the properties defined in ShaSubMonitorConfig.