Uses of Class
com.vmware.nsx_policy.model.PolicyTimeIntervalValue
-
Packages that use PolicyTimeIntervalValue Package Description com.vmware.nsx_policy.model -
-
Uses of PolicyTimeIntervalValue in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyTimeIntervalValue Modifier and Type Method Description static PolicyTimeIntervalValuePolicyTimeIntervalValue. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static PolicyTimeIntervalValuePolicyTimeIntervalValue. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicyTimeIntervalValuePolicyTimeIntervalValue.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type PolicyTimeIntervalValue Modifier and Type Method Description java.util.List<PolicyTimeIntervalValue>PolicyFirewallScheduler. getTimeInterval()The recurring time interval in a day during which the schedule will be applicable.Method parameters in com.vmware.nsx_policy.model with type arguments of type PolicyTimeIntervalValue Modifier and Type Method Description PolicyFirewallScheduler.BuilderPolicyFirewallScheduler.Builder. setTimeInterval(java.util.List<PolicyTimeIntervalValue> timeInterval)The recurring time interval in a day during which the schedule will be applicable.voidPolicyFirewallScheduler. setTimeInterval(java.util.List<PolicyTimeIntervalValue> timeInterval)The recurring time interval in a day during which the schedule will be applicable.
-